Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jfink09
/
Nomogram
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jfink09
commited on
Jun 12, 2024
Commit
ed1bf8e
·
verified
·
1 Parent(s):
11b18c4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -69,7 +69,7 @@ def predict(pre_op_sphere, pre_op_cylinder, pre_op_axis):
69
70
css = """
71
gradio-app {
72
-
background
-color
: #131517;
73
}
74
"""
75
69
70
css = """
71
gradio-app {
72
+
background: #131517;
73
}
74
"""
75