muhtasham commited on
Commit
34e23d9
1 Parent(s): 0f67245

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -24,11 +24,7 @@ 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
- st.markdown('
28
- - You can Generate Question by inputing Context
29
- - Paraphrase the Question
30
- - Summarise Section(s) of Course Materials to Generate Question by inputing that as Context
31
- - Remove Entities From Context and Generate Questions')
32
 
33
 
34
  select = st.selectbox('Type', ['Question Generator', 'Paraphrasing', 'Summarization', 'Fill in the blank'])
 
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
+ st.markdown('- You can Generate Question by inputing Context -Paraphrase the Question - Summarise Section(s) of Course Materials to Generate Question by inputing that as Context - Remove Entities From Context and Generate Questions')
 
 
 
 
28
 
29
 
30
  select = st.selectbox('Type', ['Question Generator', 'Paraphrasing', 'Summarization', 'Fill in the blank'])