Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -557,7 +557,7 @@ def create_chatbot():
|
|
557 |
"""
|
558 |
|
559 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
560 |
-
gr.HTML("<div id='title'>🎓 AI Teaching Assistant
|
561 |
gr.HTML("<div id='subtitle'>Your personalized learning companion for Python, Data Science & AI</div>")
|
562 |
|
563 |
# Tabs for different sections
|
|
|
557 |
"""
|
558 |
|
559 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
560 |
+
gr.HTML("<div id='title'>🎓 AI Teaching Assistant</div>")
|
561 |
gr.HTML("<div id='subtitle'>Your personalized learning companion for Python, Data Science & AI</div>")
|
562 |
|
563 |
# Tabs for different sections
|