Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -204,7 +204,7 @@ def clear_chat():
|
|
| 204 |
|
| 205 |
# Gradio Interface
|
| 206 |
with gr.Blocks(theme='Hev832/Applio') as iface:
|
| 207 |
-
gr.Image("Image.jpg", width=
|
| 208 |
gr.Markdown("# Mawared HR Assistant 2.5.1")
|
| 209 |
gr.Markdown('### Instructions')
|
| 210 |
gr.Markdown("Ask a question about MawaredHR and get a detailed answer, if you get an error try again with same prompt, its an Api issue and we are working on it π")
|
|
|
|
| 204 |
|
| 205 |
# Gradio Interface
|
| 206 |
with gr.Blocks(theme='Hev832/Applio') as iface:
|
| 207 |
+
gr.Image("Image.jpg", width=600, height=350, show_label=False, show_download_button=False)
|
| 208 |
gr.Markdown("# Mawared HR Assistant 2.5.1")
|
| 209 |
gr.Markdown('### Instructions')
|
| 210 |
gr.Markdown("Ask a question about MawaredHR and get a detailed answer, if you get an error try again with same prompt, its an Api issue and we are working on it π")
|