Pijush2023 commited on
Commit
3cfd16f
·
verified ·
1 Parent(s): 6a652dd

Update app.py

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