Update app.py
Browse files
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:
|