Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SebastianoMeneghin
/
flight_delay
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SebastianoMeneghin
commited on
Jan 9, 2024
Commit
20d8deb
·
1 Parent(s):
a9c43a4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -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()