Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ async def faq_search_endpoint(
|
|
| 91 |
# Gradio interface
|
| 92 |
def create_gradio_interface():
|
| 93 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 94 |
-
gr.Markdown("# 🦙
|
| 95 |
|
| 96 |
with gr.Row():
|
| 97 |
with gr.Column(scale=4):
|
|
|
|
| 91 |
# Gradio interface
|
| 92 |
def create_gradio_interface():
|
| 93 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 94 |
+
gr.Markdown("# 🦙 * Chat Assistant\nFragen Sie nach Produkten, Rezepten und mehr!")
|
| 95 |
|
| 96 |
with gr.Row():
|
| 97 |
with gr.Column(scale=4):
|