Spaces:
Sleeping
Sleeping
added citation link to github
#1
by
Cloudfaith
- opened
app.py
CHANGED
@@ -98,4 +98,7 @@ if st.button("Generate Lesson Plan") and api_key:
|
|
98 |
|
99 |
# Extract and display the lesson plan
|
100 |
assistant_reply = lesson_plan_response['choices'][0]['message']['content']
|
101 |
-
lesson_plan=st.text(assistant_reply.strip())
|
|
|
|
|
|
|
|
98 |
|
99 |
# Extract and display the lesson plan
|
100 |
assistant_reply = lesson_plan_response['choices'][0]['message']['content']
|
101 |
+
lesson_plan=st.text(assistant_reply.strip())
|
102 |
+
|
103 |
+
# Citation for the GitHub repo
|
104 |
+
st.markdown("<sub>This app was created by [Taylor Ennen](https://github.com/taylor-ennen/GPT-Streamlit-MVP)</sub>", unsafe_allow_html=True)
|