Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,7 +150,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"), cs
|
|
| 150 |
session_id_state = gr.State(value=None)
|
| 151 |
|
| 152 |
gr.Markdown("# 🚗 Baseer Self-Driving System Dashboard")
|
| 153 |
-
gr.Markdown("This interface acts as a **client** that connects to the **[Baseer Self-Driving API](https://huggingface.co/spaces/BaseerAI/
|
| 154 |
gr.Markdown("---")
|
| 155 |
|
| 156 |
with gr.Group():
|
|
|
|
| 150 |
session_id_state = gr.State(value=None)
|
| 151 |
|
| 152 |
gr.Markdown("# 🚗 Baseer Self-Driving System Dashboard")
|
| 153 |
+
gr.Markdown("This interface acts as a **client** that connects to the **[Baseer Self-Driving API](https://huggingface.co/spaces/BaseerAI/Baseer_Server)** for data processing.")
|
| 154 |
gr.Markdown("---")
|
| 155 |
|
| 156 |
with gr.Group():
|