Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ with gr.Blocks() as demo:
|
|
| 132 |
# Session state for cleanup
|
| 133 |
session_tracker = gr.State(value="active", delete_callback=user_left)
|
| 134 |
|
| 135 |
-
gr.Markdown("#
|
| 136 |
|
| 137 |
with gr.Row():
|
| 138 |
live_status = gr.Textbox(label="Live Jetstream2 Status (5s refresh)", interactive=False)
|
|
|
|
| 132 |
# Session state for cleanup
|
| 133 |
session_tracker = gr.State(value="active", delete_callback=user_left)
|
| 134 |
|
| 135 |
+
gr.Markdown("# ComFit Copilot (Comfort & Fit Copilot) By Innovision")
|
| 136 |
|
| 137 |
with gr.Row():
|
| 138 |
live_status = gr.Textbox(label="Live Jetstream2 Status (5s refresh)", interactive=False)
|