Spaces:
Runtime error
Runtime error
Commit
·
942860c
1
Parent(s):
3a94f16
Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,7 @@ with gr.Blocks() as demo:
|
|
69 |
clear.click(lambda: None, None, chatbot, queue=False)
|
70 |
|
71 |
title = "ChatGPT Powered Coding Assistant"
|
72 |
-
description = "This is a Gradio app powered by ChatGPT. You can submit your OpenAI API key and use the chatbot to get assistance for your coding questions. tab. \n2. 1. Enter your OpenAI API key in the 'OpenAI API Key Submission' tab.\n2. Click 'Submit' to set your API key.\n3. Go to the 'Coding Assistant' tab. Check that your key was set correctly and then provide your prompt.\n4.
|
|
|
73 |
|
74 |
demo.launch()
|
|
|
69 |
clear.click(lambda: None, None, chatbot, queue=False)
|
70 |
|
71 |
title = "ChatGPT Powered Coding Assistant"
|
72 |
+
description = "This is a Gradio app powered by ChatGPT. You can submit your OpenAI API key and use the chatbot to get assistance for your coding questions. tab. \n2. 1. Enter your OpenAI API key in the 'OpenAI API Key Submission' tab.\n2. Click 'Submit' to set your API key.\n3. Go to the 'Coding Assistant' tab. Check that your key was set correctly and then provide your prompt.\n4."
|
73 |
+
|
74 |
|
75 |
demo.launch()
|