Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -235,7 +235,7 @@ with gr.Blocks() as cluster:
|
|
| 235 |
m=gr.Image()
|
| 236 |
plots2.append(t)
|
| 237 |
plots2.append(m)
|
| 238 |
-
print(type(
|
| 239 |
gr.HTML(value="""<h3 style="color: #1999FF; text-shadow: 1px 1px 2px #ddd;">Insight graphs</h3>""")
|
| 240 |
with gr.Row():
|
| 241 |
plots1 = []
|
|
|
|
| 235 |
m=gr.Image()
|
| 236 |
plots2.append(t)
|
| 237 |
plots2.append(m)
|
| 238 |
+
print(type(plots2[0]))
|
| 239 |
gr.HTML(value="""<h3 style="color: #1999FF; text-shadow: 1px 1px 2px #ddd;">Insight graphs</h3>""")
|
| 240 |
with gr.Row():
|
| 241 |
plots1 = []
|