Spaces:
Sleeping
Sleeping
Alexander Casimir Fischer
commited on
Commit
·
e2a384e
1
Parent(s):
4e3f929
modified: app.py
Browse filesmodified: qc_run.py
app.py
CHANGED
@@ -53,7 +53,7 @@ st.set_page_config(page_title="FQR Generator", page_icon="🎓",
|
|
53 |
st.title("🎓Common Core FRQ Generator")
|
54 |
with st.sidebar:
|
55 |
st.title("Menu")
|
56 |
-
st.link_button(label="Admin", url="https://
|
57 |
st.link_button(label="Contact", url="https://www.linkedin.com/in/alex-c-fischer/")
|
58 |
st.write("This little tool automatically generates free-response questions (FQRs) \
|
59 |
to evaluate a 4th grade student's knowledge of a given Common Core Writing Standard \
|
|
|
53 |
st.title("🎓Common Core FRQ Generator")
|
54 |
with st.sidebar:
|
55 |
st.title("Menu")
|
56 |
+
st.link_button(label="Admin", url="https://huggingface.co/spaces/AlexCasF/QCTestRun")
|
57 |
st.link_button(label="Contact", url="https://www.linkedin.com/in/alex-c-fischer/")
|
58 |
st.write("This little tool automatically generates free-response questions (FQRs) \
|
59 |
to evaluate a 4th grade student's knowledge of a given Common Core Writing Standard \
|
qc_run.py
CHANGED
@@ -20,6 +20,10 @@ st.set_page_config(page_title="QC Test run FQR Generator", page_icon="⚙️",
|
|
20 |
menu_items={"About":"Version 1.0 \n\n Not for commercial use.",
|
21 |
"Get help":"https://www.linkedin.com/in/alex-c-fischer"})
|
22 |
st.title("Automatized QC Testing Script for Common Core FRQ Generator")
|
|
|
|
|
|
|
|
|
23 |
st.write("The original Test will now be taken by GPT-4.")
|
24 |
mode = st.radio("Choose Mode", ["Single Launch (+live generating)", "Serial Launch (+CSV-Download)"])
|
25 |
launch_qc = st.button("Launch")
|
|
|
20 |
menu_items={"About":"Version 1.0 \n\n Not for commercial use.",
|
21 |
"Get help":"https://www.linkedin.com/in/alex-c-fischer"})
|
22 |
st.title("Automatized QC Testing Script for Common Core FRQ Generator")
|
23 |
+
with st.sidebar:
|
24 |
+
st.title("Menu")
|
25 |
+
st.link_button(label="Student", url="https://huggingface.co/spaces/AlexCasF/ForRealQuiz")
|
26 |
+
st.link_button(label="Contact", url="https://www.linkedin.com/in/alex-c-fischer/")
|
27 |
st.write("The original Test will now be taken by GPT-4.")
|
28 |
mode = st.radio("Choose Mode", ["Single Launch (+live generating)", "Serial Launch (+CSV-Download)"])
|
29 |
launch_qc = st.button("Launch")
|