mohammed-aljafry commited on
Commit
46fdcef
·
verified ·
1 Parent(s): 7515a66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 98% !important;}") as demo:
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 للقيادة الذاتية")