whackthejacker commited on
Commit
4665647
·
verified ·
1 Parent(s): fc4f29a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,10 +34,10 @@ def chat_mode_interaction(user_input):
34
  return f"You said: {user_input}\n\nAI says: This is a placeholder chat response."
35
 
36
  # Build the UI
37
- with gr.Blocks(title="AI Code Doctor - Fix, Optimize & Run") as demo:
38
  gr.Markdown(
39
  """
40
- # AI Code Doctor - Fix, Optimize & Run
41
  **The Ultimate Debugging Machine**
42
  """
43
  )
 
34
  return f"You said: {user_input}\n\nAI says: This is a placeholder chat response."
35
 
36
  # Build the UI
37
+ with gr.Blocks(title="🎵💻 CodeTuneStudio - Fix, Optimize & Run") as demo:
38
  gr.Markdown(
39
  """
40
+ # 🎵💻 CodeTuneStudio - Fix, Optimize & Run
41
  **The Ultimate Debugging Machine**
42
  """
43
  )