HusseinEid commited on
Commit
408c812
1 Parent(s): d8c2f12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Monochrome(), fill_height=True) as demo:
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,