Abhaykoul commited on
Commit
ec1d4af
1 Parent(s): 4774d30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,7 +29,7 @@ def main():
29
  # User inputs for class and topic
30
  user_class = st.selectbox('Select your class:', ['Class 1', 'Class 2', 'Class 3', 'Class 4', 'Class 5', 'Class 6',
31
  'Class 7', 'Class 8', 'Class 9', 'Class 10', 'Class 11', 'Class 12'])
32
- user_input = st.text_input(f'Enter your study topic for {user_class}:', placeholder='e.g., History')
33
 
34
  # User selects the type of notes
35
  note_type = st.selectbox('Select the type of notes:', ['Detailed Explanation', 'Summary', 'Key Points'])
@@ -59,7 +59,7 @@ def main():
59
 
60
  # Footer
61
  st.markdown("---")
62
- st.markdown("© 2023 AI Study Notes Generator by OEvortex, HelpingAI")
63
 
64
  # Main area
65
  st.markdown("---")
 
29
  # User inputs for class and topic
30
  user_class = st.selectbox('Select your class:', ['Class 1', 'Class 2', 'Class 3', 'Class 4', 'Class 5', 'Class 6',
31
  'Class 7', 'Class 8', 'Class 9', 'Class 10', 'Class 11', 'Class 12'])
32
+ user_input = st.text_input(f'Enter your study topic for {user_class}:', placeholder='e.g., Electron')
33
 
34
  # User selects the type of notes
35
  note_type = st.selectbox('Select the type of notes:', ['Detailed Explanation', 'Summary', 'Key Points'])
 
59
 
60
  # Footer
61
  st.markdown("---")
62
+ st.markdown("© 2023 AI Study Notes Generator HelpingAI")
63
 
64
  # Main area
65
  st.markdown("---")