Update app.py
Browse files
app.py
CHANGED
@@ -254,8 +254,8 @@ def clear_chat():
|
|
254 |
return [], ""
|
255 |
|
256 |
# Gradio Interface
|
257 |
-
with gr.Blocks(theme='
|
258 |
-
gr.Image("Image.jpg" , width=
|
259 |
gr.Markdown("# Mawared HR Assistant 2.5.1")
|
260 |
gr.Markdown('### Instructions')
|
261 |
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 😀")
|
|
|
254 |
return [], ""
|
255 |
|
256 |
# Gradio Interface
|
257 |
+
with gr.Blocks(theme='Yntec/HaleyCH_Theme_Orange_Green') as iface:
|
258 |
+
gr.Image("Image.jpg" , width=750 , height=300 ,show_label=False, show_download_button=False)
|
259 |
gr.Markdown("# Mawared HR Assistant 2.5.1")
|
260 |
gr.Markdown('### Instructions')
|
261 |
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 😀")
|