Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,19 +84,19 @@ df_cate = pd.DataFrame(categories)
|
|
| 84 |
|
| 85 |
with gr.Blocks() as demo:
|
| 86 |
|
| 87 |
-
with gr.Row():
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
with gr.Accordion(label="**Login** to keep user preferences", open=False):
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
|
| 101 |
with gr.Tab("File extraction"):
|
| 102 |
gr.Markdown(" Put either just a link, or a link and an excel file with an 'Actions' column")
|
|
|
|
| 84 |
|
| 85 |
with gr.Blocks() as demo:
|
| 86 |
|
| 87 |
+
# with gr.Row():
|
| 88 |
+
# with gr.Column():
|
| 89 |
+
# gr.Markdown("## Extaction, Classification and AI tool")
|
| 90 |
+
# with gr.Column():
|
| 91 |
+
# md_username = gr.Markdown()
|
| 92 |
+
# btn_logout = gr.Button("Logout")
|
| 93 |
+
# with gr.Accordion(label="**Login** to keep user preferences", open=False):
|
| 94 |
+
# st_user = gr.State()
|
| 95 |
+
# with gr.Column():
|
| 96 |
+
# tb_user = gr.Textbox(label='Username')
|
| 97 |
+
# tb_pwd = gr.Textbox(label='Password', type='password')
|
| 98 |
+
# with gr.Row():
|
| 99 |
+
# btn_login = gr.Button('Login')
|
| 100 |
|
| 101 |
with gr.Tab("File extraction"):
|
| 102 |
gr.Markdown(" Put either just a link, or a link and an excel file with an 'Actions' column")
|