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