awsaf49 commited on
Commit
82c65e9
·
verified ·
1 Parent(s): 422a103

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def build_demo():
84
  date = f.read()
85
  last_updated_str = f"\nLast Updated: {date}"
86
 
87
- with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
88
  state = gr.State()
89
 
90
  # Header and Paper Information
 
84
  date = f.read()
85
  last_updated_str = f"\nLast Updated: {date}"
86
 
87
+ with gr.Blocks(css=css) as demo:
88
  state = gr.State()
89
 
90
  # Header and Paper Information