Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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(
|