Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ def generation_code(
|
|
152 |
# UI LAYOUT & EVENT WIRING
|
153 |
# ==============================================================================
|
154 |
|
155 |
-
with gr.Blocks(theme=gr.themes.Soft(), title="
|
156 |
# --- State Management ---
|
157 |
history_state = gr.State([])
|
158 |
initial_model = AVAILABLE_MODELS[0]
|
|
|
152 |
# UI LAYOUT & EVENT WIRING
|
153 |
# ==============================================================================
|
154 |
|
155 |
+
with gr.Blocks(theme=gr.themes.Soft(), title="ShashaCode - AI Code Generator") as demo:
|
156 |
# --- State Management ---
|
157 |
history_state = gr.State([])
|
158 |
initial_model = AVAILABLE_MODELS[0]
|