mohammed-aljafry commited on
Commit
20fe86d
·
verified ·
1 Parent(s): 8e59aec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"), cs
139
  with gr.Column(scale=3):
140
  with gr.Group():
141
  gr.Markdown("### 📊 النتائج من الخادم")
142
- api_output_image = gr.Image(label="لوحة التحكم المرئية (من الـ API)", type="pil", interactive=False,height=500)
143
  api_control_json = gr.JSON(label="أوامر التحكم (من الـ API)")
144
  with gr.Row():
145
  with gr.Group():
 
139
  with gr.Column(scale=3):
140
  with gr.Group():
141
  gr.Markdown("### 📊 النتائج من الخادم")
142
+ api_output_image = gr.Image(label="لوحة التحكم المرئية (من الـ API)", type="pil", interactive=False,height=600)
143
  api_control_json = gr.JSON(label="أوامر التحكم (من الـ API)")
144
  with gr.Row():
145
  with gr.Group():