Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -104,6 +104,9 @@ with gr.Blocks(css=css) as demo:
|
|
104 |
|
105 |
if not args.no_markdown:
|
106 |
gr.Markdown("""<h1><center>ChatGPT BOT build by revChatGPT & Gradio</center></h1>""")
|
|
|
|
|
|
|
107 |
|
108 |
if not ((email and password) or access_token or session_token):
|
109 |
if not args.no_markdown:
|
|
|
104 |
|
105 |
if not args.no_markdown:
|
106 |
gr.Markdown("""<h1><center>ChatGPT BOT build by revChatGPT & Gradio</center></h1>""")
|
107 |
+
gr.Markdown("#### Author: [dotmet](https://github.com/dotmet) Github link:[ChatGPTWEB](https://github.com/dotmet/chatgpt_webui)")
|
108 |
+
gr.Markdown("I have used my own OpenAI account for this demo,you can skip Login and try chat.")
|
109 |
+
gr.Markdown("Duplicate this space and run for your own account: [chat_gpt_web](https://huggingface.co/spaces/dotmet/chatgpt_webui?duplicate=true).")
|
110 |
|
111 |
if not ((email and password) or access_token or session_token):
|
112 |
if not args.no_markdown:
|