Spaces:
Sleeping
Sleeping
Remove css parameter for HF Spaces compatibility
Browse files
app.py
CHANGED
|
@@ -230,7 +230,7 @@ body:has(#registration_modal:not([style*="display: none"]))::after {
|
|
| 230 |
#nav_bar button { flex: 1; white-space: nowrap; }
|
| 231 |
"""
|
| 232 |
|
| 233 |
-
with gr.Blocks(title="AnatomyBot"
|
| 234 |
|
| 235 |
# State
|
| 236 |
student_name = gr.State("")
|
|
|
|
| 230 |
#nav_bar button { flex: 1; white-space: nowrap; }
|
| 231 |
"""
|
| 232 |
|
| 233 |
+
with gr.Blocks(title="AnatomyBot") as demo:
|
| 234 |
|
| 235 |
# State
|
| 236 |
student_name = gr.State("")
|