valentin urena commited on
Commit
7e0d668
·
verified ·
1 Parent(s): 6a965bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ chat_interface = gr.ChatInterface(
72
  )
73
 
74
 
75
- with gr.Blocks(css_paths="styles.css",,fill_height=True) as demo:
76
  gr.Markdown(DESCRIPTION)
77
 
78
  play_match = Game()
 
72
  )
73
 
74
 
75
+ with gr.Blocks(css_paths="styles.css", fill_height=True) as demo:
76
  gr.Markdown(DESCRIPTION)
77
 
78
  play_match = Game()