Daemontatox commited on
Commit
5d4ed4d
·
verified ·
1 Parent(s): b53ddcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -178,12 +178,11 @@ def clear_chat():
178
 
179
  # Gradio Interface
180
  with gr.Blocks(theme=gr.themes.Soft()) as iface:
181
- with gr.Row(elem_id="header-row"):
182
- with gr.Column(scale=1):
183
- gr.Image("Image.jpg", show_label=False, container=False, height=80, width=80, image_mode="RGBA", shape=(80, 80))
184
- with gr.Column(scale=3):
185
- gr.Markdown("# Mawared HR Assistant")
186
- gr.Markdown("Ask questions about the Mawared HR system, and this assistant will provide answers based on the available context and conversation history.")
187
 
188
  chatbot = gr.Chatbot(
189
  height=400,
 
178
 
179
  # Gradio Interface
180
  with gr.Blocks(theme=gr.themes.Soft()) as iface:
181
+ gr.Image("Image.jpg")
182
+ gr.Markdown("# Mawared HR Assistant")
183
+ gr.Markdown("Ask questions about the Mawared HR system, and this assistant will provide answers based on the available context and conversation history.")
184
+
185
+
 
186
 
187
  chatbot = gr.Chatbot(
188
  height=400,