MuhammadQASIM111 commited on
Commit
e868bfa
·
verified ·
1 Parent(s): 76b1b52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ from groq import Groq
9
  client = Groq(api_key=os.environ["GROQ_API_KEY"])
10
 
11
  # Streamlit user input
12
- st.title("Personalized Study Assistant Chatbot")
13
- st.write("I’m here to help you organize your study plan with tailored resources and tips. Let's get started!")
14
 
15
  # User input for study details
16
  study_topic = st.text_input("What is your study topic or exam?")
 
9
  client = Groq(api_key=os.environ["GROQ_API_KEY"])
10
 
11
  # Streamlit user input
12
+ st.title("MangoTutor")
13
+ st.write("I am Dr.Mango, ask me anything. Have lots of fun by studying a lot. ")
14
 
15
  # User input for study details
16
  study_topic = st.text_input("What is your study topic or exam?")