mgbam commited on
Commit
fa0143a
·
verified ·
1 Parent(s): 8907c0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="ShashaCode - AI Code Generator") a
160
 
161
  # --- UI Definition ---
162
  with gr.Sidebar():
163
- gr.Markdown("## 🚀 AnyCoder AI")
164
  gr.Markdown("Your personal AI partner for generating, modifying, and understanding code.")
165
 
166
  model_choices = [model["name"] for model in AVAILABLE_MODELS]
 
160
 
161
  # --- UI Definition ---
162
  with gr.Sidebar():
163
+ gr.Markdown("## 🚀Shasha AI")
164
  gr.Markdown("Your personal AI partner for generating, modifying, and understanding code.")
165
 
166
  model_choices = [model["name"] for model in AVAILABLE_MODELS]