Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -214,7 +214,7 @@ if __name__ == '__main__':
|
|
| 214 |
return window.innerHeight;
|
| 215 |
}
|
| 216 |
"""
|
| 217 |
-
with gr.Blocks(theme=gr.themes.Base(),css= custom_css) as block:
|
| 218 |
"""
|
| 219 |
Reference: https://www.gradio.app/guides/creating-a-chatbot-fast
|
| 220 |
"""
|
|
|
|
| 214 |
return window.innerHeight;
|
| 215 |
}
|
| 216 |
"""
|
| 217 |
+
with gr.Blocks(theme=gr.themes.Base(),css= custom_css , title='DMO-GPT-Interpreter') as block:
|
| 218 |
"""
|
| 219 |
Reference: https://www.gradio.app/guides/creating-a-chatbot-fast
|
| 220 |
"""
|