Spaces:
Runtime error
Runtime error
Commit
·
f02f6dd
1
Parent(s):
112cb22
Update app.py
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ def regenerate(_chatbot, task_history):
|
|
| 124 |
return predict(_chatbot, task_history)
|
| 125 |
|
| 126 |
css = '''
|
| 127 |
-
.gradio-container{max-width:800px}
|
| 128 |
'''
|
| 129 |
|
| 130 |
with gr.Blocks(css) as demo:
|
|
|
|
| 124 |
return predict(_chatbot, task_history)
|
| 125 |
|
| 126 |
css = '''
|
| 127 |
+
.gradio-container{max-width:800px !important}
|
| 128 |
'''
|
| 129 |
|
| 130 |
with gr.Blocks(css) as demo:
|