farida5gaber commited on
Commit
0434528
·
verified ·
1 Parent(s): 1630bfa

Update webapp.py

Browse files
Files changed (1) hide show
  1. webapp.py +1 -1
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 (Gemini + Google Search)")
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():