Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -260,7 +260,7 @@ def clear_chat():
|
|
| 260 |
# Gradio Interface
|
| 261 |
with gr.Blocks(theme='Hev832/Applio') as iface:
|
| 262 |
gr.Image("Image.jpg", width=750, height=300, show_label=False, show_download_button=False)
|
| 263 |
-
gr.Markdown("# Mawared HR Assistant 2.
|
| 264 |
gr.Markdown('### Instructions')
|
| 265 |
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 😀")
|
| 266 |
|
|
|
|
| 260 |
# Gradio Interface
|
| 261 |
with gr.Blocks(theme='Hev832/Applio') as iface:
|
| 262 |
gr.Image("Image.jpg", width=750, height=300, show_label=False, show_download_button=False)
|
| 263 |
+
gr.Markdown("# Mawared HR Assistant 2.7.0 Beta")
|
| 264 |
gr.Markdown('### Instructions')
|
| 265 |
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 😀")
|
| 266 |
|