nos commited on
Commit
baca4f2
1 Parent(s): 1986f4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -61,12 +61,12 @@ with gr.Blocks() as demo:
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
  respond,
64
- title="Sophia, Torah Codes Kabalah Assistant",
65
- description="I'm Sophia, ask me for the Kabalah",
66
  theme="soft",
67
  retry_btn=None,
68
- undo_btn="Delete Previous",
69
  clear_btn="Clear",
 
70
  )
71
  with gr.Tab("ELS"):
72
  with gr.Row():
 
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
  respond,
64
+ chatbot(height=300),
 
65
  theme="soft",
66
  retry_btn=None,
67
+ undo_btn="Undo",
68
  clear_btn="Clear",
69
+ multimodal=True,
70
  )
71
  with gr.Tab("ELS"):
72
  with gr.Row():