valentin urena commited on
Commit
2739b6b
·
verified ·
1 Parent(s): b1e1394

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ chat_interface = gr.ChatInterface(
92
  )
93
 
94
 
95
- with gr.Blocks(css_path="styles.css", fill_height=True) as demo:
96
  gr.Markdown(DESCRIPTION)
97
 
98
  play_match = Game()
 
92
  )
93
 
94
 
95
+ with gr.Blocks(css_paths="styles.css", fill_height=True) as demo:
96
  gr.Markdown(DESCRIPTION)
97
 
98
  play_match = Game()