rameshmoorthy commited on
Commit
79ccabc
1 Parent(s): ab313d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(plots1[0]))
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 = []