YchKhan commited on
Commit
21909a6
·
verified ·
1 Parent(s): 9549e52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -13
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
- 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")
 
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")