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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="AnyCoder - AI Code Generator") as demo:
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]