SebastianoMeneghin commited on
Commit
20d8deb
·
1 Parent(s): a9c43a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  gr.TabbedInterface(
2
  [io1, io2], {"Today's Flight", "Tomorrow's Flight"}
3
  ).launch()
 
1
+ import gradio as gr
2
+
3
  gr.TabbedInterface(
4
  [io1, io2], {"Today's Flight", "Tomorrow's Flight"}
5
  ).launch()