Update app.py
Browse files
app.py
CHANGED
|
@@ -208,7 +208,6 @@ with gr.Blocks(title="PrepGenie - Mock Interviewer") as demo:
|
|
| 208 |
# logout_btn = gr.Button("Logout")
|
| 209 |
with gr.Column(scale=4):
|
| 210 |
welcome_display = gr.Markdown("### Welcome, User!")
|
| 211 |
-
|
| 212 |
with gr.Row():
|
| 213 |
with gr.Column(scale=1):
|
| 214 |
# Remove login/signup buttons
|
|
|
|
| 208 |
# logout_btn = gr.Button("Logout")
|
| 209 |
with gr.Column(scale=4):
|
| 210 |
welcome_display = gr.Markdown("### Welcome, User!")
|
|
|
|
| 211 |
with gr.Row():
|
| 212 |
with gr.Column(scale=1):
|
| 213 |
# Remove login/signup buttons
|