muhtasham commited on
Commit
846042b
1 Parent(s): ffbd17b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -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 Generator, Paraph/Summarizer by Eddevs')
 
25
  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.')
26
 
27
  """
@@ -31,6 +32,8 @@ st.write('The Goal of this Space is to help educators lower recognisability of t
31
  * Remove Entities From Context and Generate Fill in the Blank Questions')
32
  """
33
 
 
 
34
 
35
  select = st.selectbox('Type', ['Question Generator', 'Paraphrasing', 'Summarization', 'Fill in the blank'])
36
 
 
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
 
28
  """
 
32
  * Remove Entities From Context and Generate Fill in the Blank Questions')
33
  """
34
 
35
+ st.write('You can select below')
36
+
37
 
38
  select = st.selectbox('Type', ['Question Generator', 'Paraphrasing', 'Summarization', 'Fill in the blank'])
39