Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ async def chat_groq(message, history):
|
|
39 |
response_content += chunk. choices[0].delta.content
|
40 |
yield response_content
|
41 |
|
42 |
-
with gr. Blocks(theme=gr.themes.
|
43 |
gr.ChatInterface( chat_groq,
|
44 |
clear_btn=None,
|
45 |
undo_btn=None,
|
|
|
39 |
response_content += chunk. choices[0].delta.content
|
40 |
yield response_content
|
41 |
|
42 |
+
with gr. Blocks(theme=gr.themes.Glass(), fill_height=True) as demo:
|
43 |
gr.ChatInterface( chat_groq,
|
44 |
clear_btn=None,
|
45 |
undo_btn=None,
|