Spaces:
Runtime error
Runtime error
Commit
·
4541105
1
Parent(s):
1c38bc8
update
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -298,5 +298,5 @@ async def on_startup():
|
|
298 |
|
299 |
gradio_gui = get_chatbot_app()
|
300 |
gradio_gui.auth = api_login
|
301 |
-
gradio_gui.auth_message = "Welcome, to the
|
302 |
app = gr.mount_gradio_app(app, gradio_gui, path="/")
|
|
|
298 |
|
299 |
gradio_gui = get_chatbot_app()
|
300 |
gradio_gui.auth = api_login
|
301 |
+
gradio_gui.auth_message = "Welcome, to the 4341 OpenAI Service"
|
302 |
app = gr.mount_gradio_app(app, gradio_gui, path="/")
|