dotmet commited on
Commit
04d6377
·
1 Parent(s): 30d689e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,9 +55,9 @@ with gr.Blocks() as demo:
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>""")
 
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 and run for your own account: [demo](https://huggingface.co/spaces/dotmet/chatgpt_webui?duplicate=true).")
61
 
62
  if not ((email and password) or access_token or session_token):
63
  gr.Markdown("""<h2>Login to OpenAI</h2>""")