Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def chat(user_message, chat_history, system_message, max_tokens, temperature, to
|
|
60 |
|
61 |
# ---------------- UI ----------------
|
62 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="violet", secondary_hue="pink")) as demo:
|
63 |
-
gr.Markdown("# 🧠 Gemma 3 270M Chat Assistant
|
64 |
|
65 |
chatbot = gr.Chatbot(type="messages", height=500, show_copy_button=True)
|
66 |
|
|
|
60 |
|
61 |
# ---------------- UI ----------------
|
62 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="violet", secondary_hue="pink")) as demo:
|
63 |
+
gr.Markdown("# 🧠 Gemma 3 270M Chat Assistant")
|
64 |
|
65 |
chatbot = gr.Chatbot(type="messages", height=500, show_copy_button=True)
|
66 |
|