Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -53,6 +53,8 @@ def chatgpt_clone(inputs, history):
|
|
53 |
with gr.Blocks() as demo:
|
54 |
gr.Markdown("""<h1><center>ChatGPT BOT build by revChatGPT & Gradio</center></h1>
|
55 |
""")
|
|
|
|
|
56 |
|
57 |
if not ((email and password) or access_token or session_token):
|
58 |
gr.Markdown("""<h2>Login to OpenAI<h2>""")
|
|
|
53 |
with gr.Blocks() as demo:
|
54 |
gr.Markdown("""<h1><center>ChatGPT BOT build by revChatGPT & Gradio</center></h1>
|
55 |
""")
|
56 |
+
gr.Markdown(
|
57 |
+
"## Author: [dotmet](https://github.com/dotmet) Github link:[ChatGPTWEB](https://github.com/dotmet/chatgpt_webui)")
|
58 |
|
59 |
if not ((email and password) or access_token or session_token):
|
60 |
gr.Markdown("""<h2>Login to OpenAI<h2>""")
|