5m4ck3r commited on
Commit
44675d1
·
verified ·
1 Parent(s): d1af730

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -371,6 +371,6 @@ with gr.Blocks() as demo:
371
  # ],
372
  # )
373
  with gr.Tab("Chat"):
374
- gr.HTML(f"<iframe src='{spc}' width='100%' height='80%'></iframe>")
375
 
376
  demo.launch()
 
371
  # ],
372
  # )
373
  with gr.Tab("Chat"):
374
+ gr.HTML(f"<iframe src='{spc}'></iframe>")
375
 
376
  demo.launch()