Spaces:
Runtime error
Runtime error
yuntian-deng
commited on
Commit
·
adde6d7
1
Parent(s):
835d40f
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def predict(inputs, top_p, temperature, chat_counter, chatbot=[], history=[]):
|
|
117 |
def reset_textbox():
|
118 |
return gr.update(value='')
|
119 |
|
120 |
-
title = """<h1 align="center">GPT3.5 Chatbot"""
|
121 |
if DISABLED:
|
122 |
title = """<h1 align="center" style="color:red">This app has reached OpenAI's usage limit. We are currently requesting an increase in our quota. Please check back in a few days.</h1>"""
|
123 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|
|
|
117 |
def reset_textbox():
|
118 |
return gr.update(value='')
|
119 |
|
120 |
+
title = """<h1 align="center">GPT3.5 Chatbot</h1>"""
|
121 |
if DISABLED:
|
122 |
title = """<h1 align="center" style="color:red">This app has reached OpenAI's usage limit. We are currently requesting an increase in our quota. Please check back in a few days.</h1>"""
|
123 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|