samayg commited on
Commit
9e3df1d
·
1 Parent(s): 642b9cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ footer.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq { display: no
19
  """
20
 
21
  with gr.Blocks(theme='samayg/StriimTheme', css=CSS) as demo:
22
- chatbot = gr.Chatbot(show_label=False, height=70vh)
23
  msg = gr.Textbox(label="Question:")
24
  examples = gr.Examples(examples=[['What\'s new in Striim version 4.2.0?'], ['My Striim application keeps crashing. What should I do?'], ['How can I improve Striim performance?'], ['It says could not connect to source or target. What should I do?']], inputs=msg, label="Examples")
25
  submit = gr.Button("Submit", elem_id="submit-button")
 
19
  """
20
 
21
  with gr.Blocks(theme='samayg/StriimTheme', css=CSS) as demo:
22
+ chatbot = gr.Chatbot(show_label=False)
23
  msg = gr.Textbox(label="Question:")
24
  examples = gr.Examples(examples=[['What\'s new in Striim version 4.2.0?'], ['My Striim application keeps crashing. What should I do?'], ['How can I improve Striim performance?'], ['It says could not connect to source or target. What should I do?']], inputs=msg, label="Examples")
25
  submit = gr.Button("Submit", elem_id="submit-button")