Riy777 commited on
Commit
f66c8a8
·
1 Parent(s): c6ef0c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- # app.py (V17.1 - FastAPI Core + Mounted Gradio UI)
2
  import os
3
  import sys
4
  import traceback
@@ -558,7 +558,10 @@ def create_gradio_ui():
558
  run_cycle_btn = gr.Button("🚀 (1) بدء دورة التحليل يدوياً")
559
  gr.Markdown("## 📝 حالة النظام")
560
  status_markdown = gr.Markdown(f"**الحالة:** {'جاري التهيئة...' if not sys_state.ready else 'جاهز'}")
561
- watchlist_output = gr.DataFrame(label="قائمة المراقبة (Watchlist)", height=300)
 
 
 
562
 
563
  with gr.Column(scale=3):
564
  gr.Markdown("## 📜 سجلات آخر دورة تحليل")
 
1
+ # app.py (V17.2 - FastAPI Core + Gradio UI - Height Fix)
2
  import os
3
  import sys
4
  import traceback
 
558
  run_cycle_btn = gr.Button("🚀 (1) بدء دورة التحليل يدوياً")
559
  gr.Markdown("## 📝 حالة النظام")
560
  status_markdown = gr.Markdown(f"**الحالة:** {'جاري التهيئة...' if not sys_state.ready else 'جاهز'}")
561
+
562
+ # [ 💡💡💡 هذا هو الإصلاح 💡💡💡 ]
563
+ # (إزالة 'height=300')
564
+ watchlist_output = gr.DataFrame(label="قائمة المراقبة (Watchlist)")
565
 
566
  with gr.Column(scale=3):
567
  gr.Markdown("## 📜 سجلات آخر دورة تحليل")