Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
with gr.
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
|
|
|
|
|
|
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 |
|