Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,10 @@ with gr.Blocks() as demo:
|
|
54 |
""")
|
55 |
gr.Markdown(
|
56 |
"#### Author: [dotmet](https://github.com/dotmet) Github link:[ChatGPTWEB](https://github.com/dotmet/chatgpt_webui)")
|
|
|
|
|
|
|
|
|
57 |
|
58 |
if not ((email and password) or access_token or session_token):
|
59 |
gr.Markdown("""<h2>Login to OpenAI</h2>""")
|
|
|
54 |
""")
|
55 |
gr.Markdown(
|
56 |
"#### Author: [dotmet](https://github.com/dotmet) Github link:[ChatGPTWEB](https://github.com/dotmet/chatgpt_webui)")
|
57 |
+
gr.Markdown(
|
58 |
+
"#### I have used my own OpenAI account for this demo,you can skip Login and try chat.")
|
59 |
+
gr.Markdown(
|
60 |
+
"#### Duplicate this [space](https://huggingface.co/spaces/dotmet/chatgpt_webui?duplicate=true) and run for your own account.")
|
61 |
|
62 |
if not ((email and password) or access_token or session_token):
|
63 |
gr.Markdown("""<h2>Login to OpenAI</h2>""")
|