liang-huggingface commited on
Commit
f215822
·
1 Parent(s): 5a09dc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks() as demo:
138
  login_button = gr.Button("Login")
139
  login_result = gr.Textbox(label="Login Result", interactive=False)
140
 
141
- login_button.click(check_password, inputs=[username_input, password_input], outputs=[login_result])
142
 
143
  with gr.Row():
144
  model_input = gr.Textbox(label="Enter the model to use", value="h2oai/h2ogpt-4096-llama2-7b-chat")
 
138
  login_button = gr.Button("Login")
139
  login_result = gr.Textbox(label="Login Result", interactive=False)
140
 
141
+ # login_button.click(check_password, inputs=[username_input, password_input], outputs=[login_result])
142
 
143
  with gr.Row():
144
  model_input = gr.Textbox(label="Enter the model to use", value="h2oai/h2ogpt-4096-llama2-7b-chat")