Omnibus commited on
Commit
bb25cdc
·
verified ·
1 Parent(s): f2f8f1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -15
app.py CHANGED
@@ -153,21 +153,24 @@ def run():
153
  return out, im_html
154
 
155
  with gr.Blocks() as app:
156
- with gr.Tab("Images"):
157
- html_im=gr.HTML()
158
- with gr.Tab("Animations"):
159
- anim_btn=gr.Button()
160
- anim_out=gr.HTML()
161
- file_out=gr.Files()
162
- with gr.Tab("Raw"):
163
- with gr.Row():
164
- drop1=gr.Dropdown()
165
- drop2=gr.Dropdown()
166
- drop3=gr.Dropdown()
167
- drop4=gr.Dropdown()
168
- load_btn=gr.Button("Load")
169
- html_raw=gr.HTML()
170
- links=gr.JSON()
 
 
 
171
 
172
  ###### Images ##########
173
 
 
153
  return out, im_html
154
 
155
  with gr.Blocks() as app:
156
+ with gr.Tab("NOAA"):
157
+ with gr.Tab("Images"):
158
+ html_im=gr.HTML()
159
+ with gr.Tab("Animations"):
160
+ anim_btn=gr.Button()
161
+ anim_out=gr.HTML()
162
+ file_out=gr.Files()
163
+ with gr.Tab("Raw"):
164
+ with gr.Row():
165
+ drop1=gr.Dropdown()
166
+ drop2=gr.Dropdown()
167
+ drop3=gr.Dropdown()
168
+ drop4=gr.Dropdown()
169
+ load_btn=gr.Button("Load")
170
+ html_raw=gr.HTML()
171
+ links=gr.JSON()
172
+ with gr.Tab("NASA"):
173
+ html_nasa=gr.HTML()
174
 
175
  ###### Images ##########
176