Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -260,7 +260,7 @@ def chat(user_input):
|
|
260 |
|
261 |
image_path = "logo.png"
|
262 |
with gr.Blocks(css=custom_css) as demo:
|
263 |
-
|
264 |
gr.Image(image_path, elem_id="logo_image")
|
265 |
with gr.Row():
|
266 |
gr.Markdown("<h2 style='text-align: center; color: #00000;'>المساعد العربي ar-pdf-chat للدردشة </h2>", rtl=True)
|
|
|
260 |
|
261 |
image_path = "logo.png"
|
262 |
with gr.Blocks(css=custom_css) as demo:
|
263 |
+
with gr.Row():
|
264 |
gr.Image(image_path, elem_id="logo_image")
|
265 |
with gr.Row():
|
266 |
gr.Markdown("<h2 style='text-align: center; color: #00000;'>المساعد العربي ar-pdf-chat للدردشة </h2>", rtl=True)
|