Pijush2023 commited on
Commit
56f63a7
·
verified ·
1 Parent(s): 93d8b90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -952,7 +952,7 @@ def create_gradio_interface():
952
  return f"Hello {name}, welcome to the Gradio app!"
953
 
954
  with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
955
- state = gr.State({'authenticated': False})
956
  if user_info:
957
  gr.Markdown(f"### Hello, {user_info['name']}! Welcome to the Gradio App")
958
  name = gr.Textbox(label="Enter your name")
 
952
  return f"Hello {name}, welcome to the Gradio app!"
953
 
954
  with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
955
+ state = gr.State({'authenticated': True})
956
  if user_info:
957
  gr.Markdown(f"### Hello, {user_info['name']}! Welcome to the Gradio App")
958
  name = gr.Textbox(label="Enter your name")