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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -21,8 +21,15 @@ 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 by Eddevs')
25
- st.write('Please select the task you want to do.')
 
 
 
 
 
 
 
26
 
27
  select = st.selectbox('Type', ['Question Generator', 'Paraphrasing', 'Summarization', 'Fill in the blank'])
28
 
 
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
+ 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'])
35