Update app.py
Browse files
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("## 🚀
|
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]
|