nos commited on
Commit
5b4d2b1
·
verified ·
1 Parent(s): 102b0c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -61,13 +61,15 @@ with gr.Blocks() as demo:
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
  respond,
64
- chatbot = gr.Chatbot(),
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():
73
  text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS",scale=3)
 
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
  respond,
64
+
65
  theme="soft",
66
  retry_btn=None,
67
  undo_btn="Undo",
68
  clear_btn="Clear",
69
  multimodal=True,
70
  )
71
+ chatbot = gr.Chatbot(height=500)
72
+
73
  with gr.Tab("ELS"):
74
  with gr.Row():
75
  text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS",scale=3)