ameeraiq commited on
Commit
e672892
·
verified ·
1 Parent(s): b62fba0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -203,6 +203,9 @@ I'm your AI college, summer program, and stress advisor. I help you find schools
203
  </style>
204
  """)
205
 
 
 
 
206
  gr.Markdown("""
207
  <h2 style="text-align:center; color:#ff69b4;">
208
  🥟 Lucky Dumplings 🥟
@@ -213,7 +216,6 @@ Click a dumpling for a little encouragement!
213
  </p>
214
  """)
215
 
216
- gr.TabbedInterface([college, summer, stress], ["College Information", "Summer Programs", "Stress Tips", ])
217
 
218
  with gr.Row():
219
  dumpling1 = gr.Image("dumpling1.png", interactive=True, show_label=False)
 
203
  </style>
204
  """)
205
 
206
+
207
+ gr.TabbedInterface([college, summer, stress], ["College Information", "Summer Programs", "Stress Tips", ])
208
+
209
  gr.Markdown("""
210
  <h2 style="text-align:center; color:#ff69b4;">
211
  🥟 Lucky Dumplings 🥟
 
216
  </p>
217
  """)
218
 
 
219
 
220
  with gr.Row():
221
  dumpling1 = gr.Image("dumpling1.png", interactive=True, show_label=False)