Update app.py
Browse files
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="
|
| 38 |
gr.Markdown(
|
| 39 |
"""
|
| 40 |
-
#
|
| 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 |
)
|