aquibmoin commited on
Commit
f0c148b
·
verified ·
1 Parent(s): 41990b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -434,8 +434,7 @@ iface = gr.Interface(
434
  outputs=[
435
  gr.Textbox(label="ExosAI finds..."),
436
  gr.Dataframe(label="SC Requirements Table"),
437
- gr.File(label="Download SCDD", type="filepath"),
438
- gr.Dataframe(label="Exoplanet Data Table"),
439
  gr.HTML(label="Miro"),
440
  gr.HTML(label="Generate Mind Map on Mapify")
441
  ],
 
434
  outputs=[
435
  gr.Textbox(label="ExosAI finds..."),
436
  gr.Dataframe(label="SC Requirements Table"),
437
+ gr.File(label="Download SCDD", type="filepath"),
 
438
  gr.HTML(label="Miro"),
439
  gr.HTML(label="Generate Mind Map on Mapify")
440
  ],