Eric Mitchell commited on
Commit
65eef23
1 Parent(s): f9626a4

Initial commit.

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import streamlit as st
2
+
3
+ memory = st.text_area("Edits", "Who is the UK PM? Boris Johnson\nWhat team does Messi play for? PSG")