valentin urena commited on
Commit
e53d595
·
verified ·
1 Parent(s): 2b49a9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ chat_interface = gr.ChatInterface(
80
  type="messages",
81
  )
82
 
83
- with gr.Blocks(css_paths="./style.css", fill_height=True) as demo:
84
  gr.Markdown(DESCRIPTION)
85
 
86
  play_match = Game()
 
80
  type="messages",
81
  )
82
 
83
+ with gr.Blocks(fill_height=True) as demo:
84
  gr.Markdown(DESCRIPTION)
85
 
86
  play_match = Game()