Spaces:
Runtime error
Runtime error
Commit ·
2ca8cbe
1
Parent(s): 20d8deb
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
import gradio as gr
|
|
|
|
|
|
|
| 2 |
|
| 3 |
gr.TabbedInterface(
|
| 4 |
[io1, io2], {"Today's Flight", "Tomorrow's Flight"}
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
import pandas as pd
|
| 3 |
+
import hopsworks
|
| 4 |
|
| 5 |
gr.TabbedInterface(
|
| 6 |
[io1, io2], {"Today's Flight", "Tomorrow's Flight"}
|