Spaces:
Running
Running
Update app.py
Browse files
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='
|
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()
|