Omnibus commited on
Commit
da82e76
·
1 Parent(s): 71cb2be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -57,11 +57,10 @@ def find_model(url):
57
 
58
  with gr.Blocks(css="style.css") as app:
59
  markdown = gr.HTML("""""")
60
- with gr.Tab("GLB/GLTF"):
61
- with gr.Row(visible=False) as valid:
62
- inp = gr.Textbox(label="URL")
63
- go_btn=gr.Button("Load")
64
- out_html=gr.HTML('''''')
65
  '''
66
  with gr.Tab("iFrame"):
67
  gr.HTML("""
 
57
 
58
  with gr.Blocks(css="style.css") as app:
59
  markdown = gr.HTML("""""")
60
+ with gr.Row(visible=False) as valid:
61
+ inp = gr.Textbox(label="URL")
62
+ go_btn=gr.Button("Load")
63
+ out_html=gr.HTML('''''')
 
64
  '''
65
  with gr.Tab("iFrame"):
66
  gr.HTML("""