muhtasham commited on
Commit
5a175d9
1 Parent(s): c1505e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,7 +21,8 @@ default_text2 = "The board of directors instructed Sculley to contain Jobs and h
21
 
22
 
23
  st.set_page_config(layout="centered")
24
- st.title('Question Gen/Paraph/Summarizer by Ed-Devs')
 
25
 
26
  st.write('The Goal of this Space is to help educators lower recognisability of the assessment questions, and enable students achieve higher learning goals, and enable students to achieve higher learning goals by doing so.')
27
 
21
 
22
 
23
  st.set_page_config(layout="centered")
24
+
25
+ st.header('Question Gen/Paraph/Summarizer by Ed-Devs')
26
 
27
  st.write('The Goal of this Space is to help educators lower recognisability of the assessment questions, and enable students achieve higher learning goals, and enable students to achieve higher learning goals by doing so.')
28