samim2024 commited on
Commit
ab530d0
·
verified ·
1 Parent(s): 4b7540f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def load_answer(question):
28
 
29
  #App UI starts here
30
  st.set_page_config(page_title="Somesh AI Powered CHAGPT Demo", page_icon=":robot:")
31
- st.header("Somesh LangChain Demo")
32
 
33
  #Gets the user input
34
  def get_text():
 
28
 
29
  #App UI starts here
30
  st.set_page_config(page_title="Somesh AI Powered CHAGPT Demo", page_icon=":robot:")
31
+ st.header("Somesh AI Powered CHAGPT Demo")
32
 
33
  #Gets the user input
34
  def get_text():