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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -24,7 +24,12 @@ 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('- 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'])
 
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
+ """
28
+ * You can Generate Question by inputing Context
29
+ * Paraphrase the Questions you already have
30
+ * Summarise Section(s) of Course Materials to Generate Question by inputing that as Context
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'])