Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
146 |
with gr.Row():
|
147 |
with gr.Column():
|
148 |
gr.Markdown(topics) # Show the topics on the left side
|
149 |
-
gr.Image("Image.png", show_label = False, show_share_button = False, show_download_button = False)
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
question = gr.Textbox(label="ׁ ׁ ꥓ ݄ ׁ 𖦹🎀 ׅ 𓈒Your Question⋆𐙚₊˚⊹♡", placeholder="༘⋆🌷🫧What do you Want to ask About?💭₊˚ෆ")
|
|
|
146 |
with gr.Row():
|
147 |
with gr.Column():
|
148 |
gr.Markdown(topics) # Show the topics on the left side
|
149 |
+
gr.Image("Image.png", show_label = False, show_share_button = False, show_download_button = False, height=500, width=500 )
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
question = gr.Textbox(label="ׁ ׁ ꥓ ݄ ׁ 𖦹🎀 ׅ 𓈒Your Question⋆𐙚₊˚⊹♡", placeholder="༘⋆🌷🫧What do you Want to ask About?💭₊˚ෆ")
|