Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ example_questions = [
|
|
72 |
LOGO_PATH = "image.png"
|
73 |
|
74 |
with gr.Blocks(title="مساعد قاعدة بيانات الحديث الشريف") as demo:
|
75 |
-
|
76 |
with gr.Column(scale=1, min_width=100):
|
77 |
gr.Image(value=LOGO_PATH, show_label=False, interactive=False, height=70, width=70)
|
78 |
with gr.Column(scale=8):
|
|
|
72 |
LOGO_PATH = "image.png"
|
73 |
|
74 |
with gr.Blocks(title="مساعد قاعدة بيانات الحديث الشريف") as demo:
|
75 |
+
with gr.Row():
|
76 |
with gr.Column(scale=1, min_width=100):
|
77 |
gr.Image(value=LOGO_PATH, show_label=False, interactive=False, height=70, width=70)
|
78 |
with gr.Column(scale=8):
|