Spaces:
Runtime error
Runtime error
updated ui
Browse files
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)"
|
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():
|