srinuksv commited on
Commit
1740daa
1 Parent(s): 448c3da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ logo_html = '''
198
  '''
199
 
200
  # Create a Blocks layout with the custom HTML and ChatInterface
201
- with gr.Blocks(css=css) as demo:
202
  gr.HTML(logo_html)
203
  gr.ChatInterface(predict)
204
 
 
198
  '''
199
 
200
  # Create a Blocks layout with the custom HTML and ChatInterface
201
+ with gr.Blocks(theme=gr.themes.Monochrome(), fill_height=True,css=css) as demo:
202
  gr.HTML(logo_html)
203
  gr.ChatInterface(predict)
204