Abhaykoul commited on
Commit
40f1213
1 Parent(s): 71cce77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -32,7 +32,6 @@ def web_search(query):
32
  # Main function
33
  def main():
34
  st.title("HelpingAI Research Assistant")
35
- st.write("Hello! I am HelpingAI, developed by Abhay Koul. My purpose is to simplify your learning journey by providing personalized assistance, innovative teaching methods, and tailored resources to meet your unique needs. I am here to make your educational experience more enjoyable and effective. Feel free to ask me any questions or let me know how I can assist you in your learning adventure and in many more things from your life.")
36
 
37
  query = st.text_input("Enter your research query: ")
38
 
 
32
  # Main function
33
  def main():
34
  st.title("HelpingAI Research Assistant")
 
35
 
36
  query = st.text_input("Enter your research query: ")
37