Commit
·
9784311
1
Parent(s):
468491e
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,6 +43,8 @@ def clear_inputs(text):
|
|
| 43 |
with gr.Blocks() as demo:
|
| 44 |
gr.Markdown('''
|
| 45 |
# OpenAI API Key Status Checker
|
|
|
|
|
|
|
| 46 |
''')
|
| 47 |
|
| 48 |
with gr.Row():
|
|
|
|
| 43 |
with gr.Blocks() as demo:
|
| 44 |
gr.Markdown('''
|
| 45 |
# OpenAI API Key Status Checker
|
| 46 |
+
|
| 47 |
+
##### *(Based on shaocongma and CncAnon key checker)*
|
| 48 |
''')
|
| 49 |
|
| 50 |
with gr.Row():
|