Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ I'm your AI college, summer program, and stress advisor.
|
|
| 137 |
</style>
|
| 138 |
""")
|
| 139 |
|
| 140 |
-
gr.TabbedInterface([college, summer, stress], ["College Information", "Summer Programs", "Stress Tips"
|
| 141 |
|
| 142 |
gr.Markdown("""
|
| 143 |
<h2 style="text-align:center; color:#ff69b4;">
|
|
|
|
| 137 |
</style>
|
| 138 |
""")
|
| 139 |
|
| 140 |
+
gr.TabbedInterface([ college, summer, stress], [ "College Information", "Summer Programs", "Stress Tips" ])
|
| 141 |
|
| 142 |
gr.Markdown("""
|
| 143 |
<h2 style="text-align:center; color:#ff69b4;">
|