Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -260,7 +260,7 @@ def get_code_coaching(problem, user_code):
|
|
| 260 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 261 |
time_str = "Sunday, August 24, 2025 at 02:15 PM PKT"
|
| 262 |
|
| 263 |
-
gr.Markdown(f"# Welcome to the
|
| 264 |
|
| 265 |
with gr.Tabs():
|
| 266 |
# --- TAB 1: LEARN ---
|
|
|
|
| 260 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 261 |
time_str = "Sunday, August 24, 2025 at 02:15 PM PKT"
|
| 262 |
|
| 263 |
+
gr.Markdown(f"# Welcome to the Python Buddy \n*Current Location: Jhang, Punjab, Pakistan. Current Time: {time_str}*")
|
| 264 |
|
| 265 |
with gr.Tabs():
|
| 266 |
# --- TAB 1: LEARN ---
|