Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS_4624_Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nickgrifasi
CS_4624_Project
Commits
15b39516
Commit
15b39516
authored
1 year ago
by
nickgrifasi
Browse files
Options
Downloads
Patches
Plain Diff
css style file added
parent
bb31d7a0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyscript.css
+24
-0
24 additions, 0 deletions
pyscript.css
pyscript.html
+4
-0
4 additions, 0 deletions
pyscript.html
with
28 additions
and
0 deletions
pyscript.css
0 → 100644
+
24
−
0
View file @
15b39516
h1
{
text-align
:
center
;
font-size
:
70px
;
font-weight
:
600
;
background-image
:
linear-gradient
(
to
left
,
#db6618
,
#d4741b
);
color
:
transparent
;
background-clip
:
text
;
-webkit-background-clip
:
text
;
}
#matplotlib-bar
{
margin
:
auto
;
width
:
50%
;
border
:
3px
solid
rgb
(
83
,
8
,
8
);
padding
:
10px
;
}
#matplotlib-lineplot
{
margin
:
auto
;
width
:
50%
;
border
:
3px
solid
rgb
(
83
,
8
,
8
);
padding
:
10px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pyscript.html
+
4
−
0
View file @
15b39516
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"https://pyscript.net/alpha/pyscript.css"
/>
<link
rel=
"stylesheet"
href=
"https://pyscript.net/alpha/pyscript.css"
/>
<link
rel=
"stylesheet"
href=
"pyscript.css"
>
<script
defer
src=
"https://pyscript.net/alpha/pyscript.js"
></script>
<script
defer
src=
"https://pyscript.net/alpha/pyscript.js"
></script>
<py-env>
<py-env>
- matplotlib
- matplotlib
...
@@ -15,6 +16,9 @@
...
@@ -15,6 +16,9 @@
- ./InteractionPrototype.csv_merged_result_unannotated.csv
- ./InteractionPrototype.csv_merged_result_unannotated.csv
</py-env>
</py-env>
</head>
</head>
<h1
id=
"header"
>
OpenDSA Visualizations Dashboard
</h1>
<body>
<body>
<div
id=
"matplotlib-lineplot"
>
</div>
<div
id=
"matplotlib-lineplot"
>
</div>
<py-script
output=
"matplotlib-lineplot"
>
<py-script
output=
"matplotlib-lineplot"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment