Daemontatox commited on
Commit
5abb50a
·
verified ·
1 Parent(s): 02ad99d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -264,8 +264,8 @@ def clear_chat():
264
  return [], ""
265
 
266
  # Gradio Interface
267
- with gr.Blocks(theme='Hev832/Applio') as iface:
268
- gr.Image("Image.jpg", width=750, height=300, show_label=False, show_download_button=False)
269
  gr.Markdown("# Mawared HR Assistant 2.7 Pre-Release")
270
  gr.Markdown('### Patch Notes')
271
  gr.Markdown("""
@@ -280,7 +280,9 @@ with gr.Blocks(theme='Hev832/Applio') as iface:
280
  5-Model is prone to mistakes and hallucinations.
281
 
282
  **WARNING:** MODEL IS HIGHLY INTELLIGENT AND IS PRONE TO OVERTHINKING, ANXIETY, TEXT LOOP AND SELF DOUBT.
 
283
  IF THAT HAPPENS PLEASE REPORT IT.
 
284
  Lastly, happy bugging :] .
285
  """)
286
 
 
264
  return [], ""
265
 
266
  # Gradio Interface
267
+ with gr.Blocks(theme='earneleh/paris') as iface:
268
+ gr.Image("Image.webp", width=750, height=300, show_label=False, show_download_button=False)
269
  gr.Markdown("# Mawared HR Assistant 2.7 Pre-Release")
270
  gr.Markdown('### Patch Notes')
271
  gr.Markdown("""
 
280
  5-Model is prone to mistakes and hallucinations.
281
 
282
  **WARNING:** MODEL IS HIGHLY INTELLIGENT AND IS PRONE TO OVERTHINKING, ANXIETY, TEXT LOOP AND SELF DOUBT.
283
+
284
  IF THAT HAPPENS PLEASE REPORT IT.
285
+
286
  Lastly, happy bugging :] .
287
  """)
288