Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,9 +21,11 @@ class GUI:
|
|
21 |
|
22 |
with gr.Blocks(title="ePub Summarizer") as demo:
|
23 |
with gr.Row():
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
27 |
|
28 |
# API Key input section (shown after login)
|
29 |
api_key_section = gr.Column(visible=False)
|
|
|
21 |
|
22 |
with gr.Blocks(title="ePub Summarizer") as demo:
|
23 |
with gr.Row():
|
24 |
+
with gr.Column(scale=2):
|
25 |
+
welcome_md = gr.Markdown()
|
26 |
+
with gr.Column(scale=1):
|
27 |
+
login_btn = gr.LoginButton()
|
28 |
+
logout_btn = gr.LogoutButton()
|
29 |
|
30 |
# API Key input section (shown after login)
|
31 |
api_key_section = gr.Column(visible=False)
|