Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ block = gr.Blocks()
|
|
25 |
|
26 |
with block:
|
27 |
gr.Markdown("""<h1><center>π€ ChatGPT-Python π</center></h1>
|
28 |
-
<p><center>ChatGPT-Python is a software that
|
29 |
""")
|
30 |
api_key = gr.Textbox(placeholder="api_key")
|
31 |
chatbot = gr.Chatbot()
|
|
|
25 |
|
26 |
with block:
|
27 |
gr.Markdown("""<h1><center>π€ ChatGPT-Python π</center></h1>
|
28 |
+
<p><center>ChatGPT-Python is a software that uses the gpt-3.5-turbo model for the chatbot using a web interface and the openai api</center></p>
|
29 |
""")
|
30 |
api_key = gr.Textbox(placeholder="api_key")
|
31 |
chatbot = gr.Chatbot()
|