Asilbek14 commited on
Commit
5cd9ed0
·
verified ·
1 Parent(s): 3a78f32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (CPU-safe)")
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