ankban commited on
Commit
ce037ba
Β·
verified Β·
1 Parent(s): ea46440

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -20,14 +20,6 @@ def main_app():
20
  btn_file_study = gr.Button("β€ƒπŸ“˜ Study Guides") # indented using em-spaces
21
  btn_file_view = gr.Button("β€ƒπŸ“ Files")
22
 
23
- # Pinned user info at bottom
24
- gr.HTML("""
25
- <div style='position: absolute; bottom: 20px; left: 20px; font-size: 14px;'>
26
- <strong>Ankush Bansal</strong><br>
27
- <span style="color: #555;">ankban@wharton.upenn.edu</span>
28
- </div>
29
- """)
30
-
31
  # === Main View Area ===
32
  with gr.Column(scale=4):
33
  with gr.Column(visible=True, elem_id="module-wrapper") as spoken_panel:
 
20
  btn_file_study = gr.Button("β€ƒπŸ“˜ Study Guides") # indented using em-spaces
21
  btn_file_view = gr.Button("β€ƒπŸ“ Files")
22
 
 
 
 
 
 
 
 
 
23
  # === Main View Area ===
24
  with gr.Column(scale=4):
25
  with gr.Column(visible=True, elem_id="module-wrapper") as spoken_panel: