Spaces:
Running
Running
yuntian-deng
commited on
Commit
•
cac0839
1
Parent(s):
8e7ba9f
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def reset_textbox():
|
|
105 |
|
106 |
title = """<h1 align="center">🔥GPT4 with ChatCompletions API +🚀Gradio-Streaming</h1>"""
|
107 |
if DISABLED:
|
108 |
-
title = """This app has reached OpenAI's usage limit. We are currently requesting an increase in our quota. Please check back in a few days
|
109 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|
110 |
```
|
111 |
User: <utterance>
|
|
|
105 |
|
106 |
title = """<h1 align="center">🔥GPT4 with ChatCompletions API +🚀Gradio-Streaming</h1>"""
|
107 |
if DISABLED:
|
108 |
+
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>"""
|
109 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|
110 |
```
|
111 |
User: <utterance>
|