Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def GetOpenaiResponse(question,openaikey):
|
|
17 |
return response
|
18 |
|
19 |
|
20 |
-
st.set_page_config(page_title="Q&A Demo")
|
21 |
st.header("Open AI GPT Chat:")
|
22 |
|
23 |
input = st.text_input("Input : ", key="input")
|
|
|
17 |
return response
|
18 |
|
19 |
|
20 |
+
st.set_page_config(page_title="OpenAI Q&A Demo")
|
21 |
st.header("Open AI GPT Chat:")
|
22 |
|
23 |
input = st.text_input("Input : ", key="input")
|