avin-255 commited on
Commit
df2f885
·
verified ·
1 Parent(s): a3b3370

updated ui

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -93,10 +93,9 @@ def chat_with_gemma(history, message, image_url):
93
  return history, "", ""
94
 
95
  # GRADIO UI
96
- with gr.Blocks(title="🧠 Gemma Shopper - MCP Tool(demo)", theme=gr.themes.Soft()) as demo:
97
  gr.Markdown("""
98
  <h1 style='text-align: center; color: #4e73df;'>🛍️ Gemma Product Finder</h1>
99
- <p style='text-align: center; color: #6c757d;'>Find Amazon & Flipkart products with AI</p>
100
  """)
101
 
102
  with gr.Row():
 
93
  return history, "", ""
94
 
95
  # GRADIO UI
96
+ with gr.Blocks(title="🧠 Gemma Shopper - MCP Tool(demo)") as demo:
97
  gr.Markdown("""
98
  <h1 style='text-align: center; color: #4e73df;'>🛍️ Gemma Product Finder</h1>
 
99
  """)
100
 
101
  with gr.Row():