Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|