Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
136 |
gr.Markdown("Fai una domanda riguardante la legge italiana all'AvvoChat e ricevi una spiegazione semplice al tuo dubbio.")
|
137 |
with gr.Row():
|
138 |
with gr.Column(scale=0.5, min_width = 100):
|
139 |
-
gr.Image("AvvoVhat.png", width = 50, height=200,
|
|
|
140 |
with gr.Column(scale=6):
|
141 |
chat_interface.render()
|
142 |
|
|
|
136 |
gr.Markdown("Fai una domanda riguardante la legge italiana all'AvvoChat e ricevi una spiegazione semplice al tuo dubbio.")
|
137 |
with gr.Row():
|
138 |
with gr.Column(scale=0.5, min_width = 100):
|
139 |
+
gr.Image("AvvoVhat.png", width = 50, height=200,
|
140 |
+
show_label=False, show_share_button=False, show_download_button=False, container=False),
|
141 |
with gr.Column(scale=6):
|
142 |
chat_interface.render()
|
143 |
|