wasmdashai commited on
Commit
3622123
·
verified ·
1 Parent(s): 0beafc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -359,10 +359,8 @@ with gr.Blocks() as demo: # Use gr.Blocks to wrap the entire interface
359
  </style>
360
  """)
361
 
362
- # تبويبات الصفحات
363
- with gr.Tabs():
364
- # صفحة رئيسية
365
- with gr.TabItem("الصفحة الرئيسية"):
366
  gr.HTML(home_page())
367
  with gr.Tab("ChatBot "):
368
  chatbot = gr.Chatbot(
 
359
  </style>
360
  """)
361
 
362
+
363
+ with gr.Tab("الصفحة الرئيسية"):
 
 
364
  gr.HTML(home_page())
365
  with gr.Tab("ChatBot "):
366
  chatbot = gr.Chatbot(