Spaces:
Sleeping
Sleeping
Update webapp.py
Browse files
webapp.py
CHANGED
|
@@ -51,7 +51,7 @@ Question:
|
|
| 51 |
|
| 52 |
# Gradio Interface using Chatbot and conditional web search
|
| 53 |
with gr.Blocks(theme=gr.themes.Glass(secondary_hue="violet")) as app:
|
| 54 |
-
gr.Markdown("# Perfume Production Assistant
|
| 55 |
with gr.Row():
|
| 56 |
chatbot = gr.Chatbot(label="Perfume Expert Responses")
|
| 57 |
with gr.Row():
|
|
|
|
| 51 |
|
| 52 |
# Gradio Interface using Chatbot and conditional web search
|
| 53 |
with gr.Blocks(theme=gr.themes.Glass(secondary_hue="violet")) as app:
|
| 54 |
+
gr.Markdown("# Perfume Production Assistant")
|
| 55 |
with gr.Row():
|
| 56 |
chatbot = gr.Chatbot(label="Perfume Expert Responses")
|
| 57 |
with gr.Row():
|