Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def chat_interface(user_input):
|
|
93 |
# ---- Gradio App Setup ----
|
94 |
import gradio as gr
|
95 |
|
96 |
-
auth = ("
|
97 |
|
98 |
with gr.Blocks() as app:
|
99 |
gr.Markdown("# **Autistic Assistant vß Edition 2024 Ultra: Gertrude's Autistic Experience**")
|
|
|
93 |
# ---- Gradio App Setup ----
|
94 |
import gradio as gr
|
95 |
|
96 |
+
auth = ("Tej", "186281mps", "ACC", "HIPE")
|
97 |
|
98 |
with gr.Blocks() as app:
|
99 |
gr.Markdown("# **Autistic Assistant vß Edition 2024 Ultra: Gertrude's Autistic Experience**")
|