mgokg commited on
Commit
0bc6d47
·
verified ·
1 Parent(s): 0da9415

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def read_root():
44
  return {"message": "Willkommen am Root-Endpunkt."}
45
 
46
  with gr.Blocks() as demo:
47
- gr.IFrame(src="http://localhost:8000/fa.html", width="100%", height="600px")
48
  with gr.Row():
49
  details_output = gr.Textbox(label="Ausgabe")
50
  with gr.Row():
 
44
  return {"message": "Willkommen am Root-Endpunkt."}
45
 
46
  with gr.Blocks() as demo:
47
+ gr.HTML(src="http://localhost:8000/fa.html", width="100%", height="600px")
48
  with gr.Row():
49
  details_output = gr.Textbox(label="Ausgabe")
50
  with gr.Row():