Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ def run_single_frame_via_api(session_id, rgb_image_path, measurements_path, targ
|
|
| 109 |
# 4. تعريف واجهة Gradio
|
| 110 |
# ==============================================================================
|
| 111 |
|
| 112 |
-
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"), css=".gradio-container {max-width:
|
| 113 |
session_id_state = gr.State(value=None)
|
| 114 |
|
| 115 |
gr.Markdown("# 🚗 واجهة التحكم لنظام Baseer للقيادة الذاتية")
|
|
|
|
| 109 |
# 4. تعريف واجهة Gradio
|
| 110 |
# ==============================================================================
|
| 111 |
|
| 112 |
+
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"), css=".gradio-container {max-width: 100% !important;}") as demo:
|
| 113 |
session_id_state = gr.State(value=None)
|
| 114 |
|
| 115 |
gr.Markdown("# 🚗 واجهة التحكم لنظام Baseer للقيادة الذاتية")
|