Bhagyajoshi commited on
Commit
0772d65
·
verified ·
1 Parent(s): 5a9a157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ def get_response(question):
12
  response = model.generate_content(question)
13
  return response.text
14
 
15
- st.set_page_config(page_title="ASK GPT / GEMINI", page_icon=":robot:")
16
- st.header("ASK GPT / GEMINI Application")
17
 
18
  user_input = st.text_input("Enter your question:")
19
 
 
12
  response = model.generate_content(question)
13
  return response.text
14
 
15
+ st.set_page_config(page_title="Chat Bot", page_icon=":robot:")
16
+ st.header("Chat Application")
17
 
18
  user_input = st.text_input("Enter your question:")
19