cdleong commited on
Commit
2f5fea4
1 Parent(s): 8dc649a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ from langcodes import *
5
  x = st.slider('Select a value')
6
  st.write(x, 'squared is', x * x)
7
 
8
- st.text_area("Text", default_value, height = 275)
 
5
  x = st.slider('Select a value')
6
  st.write(x, 'squared is', x * x)
7
 
8
+ st.text_area("language code", "en", height = 275)