Spaces:
Running
Running
new model
Browse files
app.py
CHANGED
|
@@ -250,6 +250,7 @@ def chat_interface(question, history):
|
|
| 250 |
chatbot_gradio_app = gr.ChatInterface(
|
| 251 |
fn=chat_interface,
|
| 252 |
title="<span style='color: rgb(243, 239, 224);'>Green Greta</span>",
|
|
|
|
| 253 |
)
|
| 254 |
|
| 255 |
|
|
|
|
| 250 |
chatbot_gradio_app = gr.ChatInterface(
|
| 251 |
fn=chat_interface,
|
| 252 |
title="<span style='color: rgb(243, 239, 224);'>Green Greta</span>",
|
| 253 |
+
height=600,
|
| 254 |
)
|
| 255 |
|
| 256 |
|