nightfury commited on
Commit
739afed
·
verified ·
1 Parent(s): 165f2ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")