Spaces:
Sleeping
Sleeping
Commit ·
1c23b9d
1
Parent(s): a5c93e9
new code
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def get_data():
|
|
| 37 |
|
| 38 |
with gr.Blocks() as demo:
|
| 39 |
data = get_data()
|
| 40 |
-
location = data['
|
| 41 |
gr.HTML(value=f"<strong>Location: </strong>{location}")
|
| 42 |
gr.Markdown("# 📈 Real-Time Line Plot")
|
| 43 |
with gr.Row():
|
|
|
|
| 37 |
|
| 38 |
with gr.Blocks() as demo:
|
| 39 |
data = get_data()
|
| 40 |
+
location = data['Location'][0]
|
| 41 |
gr.HTML(value=f"<strong>Location: </strong>{location}")
|
| 42 |
gr.Markdown("# 📈 Real-Time Line Plot")
|
| 43 |
with gr.Row():
|