Spaces:
Paused
Paused
Update app.py
Browse files
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")
|