Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ st.set_page_config(page_title="OpenAI Q&A Demo")
|
|
| 27 |
st.header("Open AI GPT Chat:")
|
| 28 |
|
| 29 |
input = st.text_input("Input : ", key="input")
|
| 30 |
-
apikey = st.text_input("API Key : ", key="
|
| 31 |
response = GetOpenaiResponse(input,apikey)
|
| 32 |
|
| 33 |
|
|
|
|
| 27 |
st.header("Open AI GPT Chat:")
|
| 28 |
|
| 29 |
input = st.text_input("Input : ", key="input")
|
| 30 |
+
apikey = st.text_input("API Key : ", key="key")
|
| 31 |
response = GetOpenaiResponse(input,apikey)
|
| 32 |
|
| 33 |
|