gladguy commited on
Commit
a9080f9
·
1 Parent(s): 845160c

Remove css parameter for HF Spaces compatibility

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", css=CSS) as demo:
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("")