Maia Pelletier commited on
Commit ·
8e346ca
1
Parent(s): 588cdee
add icon to chatbot title
Browse files
app.py
CHANGED
|
@@ -406,7 +406,7 @@ chatbot = RAGChatbot()
|
|
| 406 |
|
| 407 |
# Create Gradio interface
|
| 408 |
with gr.Blocks(title="Ask AgriWise AI") as app:
|
| 409 |
-
gr.Markdown("<h1 style='color: #24372b; font-size: 2.5rem;'>Ask AgriWise AI</h1>")
|
| 410 |
|
| 411 |
|
| 412 |
chatbot_interface = gr.Chatbot(
|
|
|
|
| 406 |
|
| 407 |
# Create Gradio interface
|
| 408 |
with gr.Blocks(title="Ask AgriWise AI") as app:
|
| 409 |
+
gr.Markdown("<h1 style='color: #24372b; font-size: 2.5rem;'>👤 Ask AgriWise AI</h1>")
|
| 410 |
|
| 411 |
|
| 412 |
chatbot_interface = gr.Chatbot(
|