5m4ck3r commited on
Commit
69dde00
·
verified ·
1 Parent(s): 402d9c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -355,6 +355,6 @@ with gr.Blocks() as demo:
355
  generate_qna_button.click(search_question, inputs=text_input_qna, outputs=text_output_qna)
356
 
357
  with gr.Tab("Chat"):
358
- gr.HTML(f"<iframe src='{spc}' width='100%' height='700'></iframe>")
359
 
360
  demo.launch()
 
355
  generate_qna_button.click(search_question, inputs=text_input_qna, outputs=text_output_qna)
356
 
357
  with gr.Tab("Chat"):
358
+ gr.HTML(f"<iframe src='{spc}' width='100%' height='600'></iframe>")
359
 
360
  demo.launch()