suriya7 commited on
Commit
8409da9
·
verified ·
1 Parent(s): b7fc263

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -31,8 +31,12 @@ for _ in range(3):
31
  menu = ["Image To Notes", "Summarize Textbook", "Generate Roadmap PDF","Generate own book"]
32
  choice = st.sidebar.selectbox("Choose an option", menu)
33
 
34
- for _ in range(3):
35
  st.sidebar.write("")
 
 
 
 
36
 
37
  if choice == 'Generate Roadmap PDF':
38
  st.subheader('Generate Roadmap PDF')
 
31
  menu = ["Image To Notes", "Summarize Textbook", "Generate Roadmap PDF","Generate own book"]
32
  choice = st.sidebar.selectbox("Choose an option", menu)
33
 
34
+ for _ in range(8):
35
  st.sidebar.write("")
36
+
37
+ st.subheader("Build By:")
38
+ st.stidebar.write("[Suriya 🤍](https://github.com/theSuriya)")
39
+ st.stidebar.write("contact: [Email](mailto:[email protected])")
40
 
41
  if choice == 'Generate Roadmap PDF':
42
  st.subheader('Generate Roadmap PDF')