Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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('
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|