Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Andrew Stirn
commited on
Commit
·
50f9a1a
1
Parent(s):
d32c3b9
bug fix
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ with st.form(key='calc_options'):
|
|
| 23 |
|
| 24 |
# text input
|
| 25 |
manual_entry = st.form('text')
|
| 26 |
-
manual_input = manual_entry.
|
| 27 |
label='Enter a target transcript:',
|
| 28 |
# value='ATGCAGGACGCGGAGAACGTGGCGGTGCCCGAGGCGGCCGAGGAGCGCGC',
|
| 29 |
placeholder='Upper or lower case')
|
|
|
|
| 23 |
|
| 24 |
# text input
|
| 25 |
manual_entry = st.form('text')
|
| 26 |
+
manual_input = manual_entry.text_input(
|
| 27 |
label='Enter a target transcript:',
|
| 28 |
# value='ATGCAGGACGCGGAGAACGTGGCGGTGCCCGAGGCGGCCGAGGAGCGCGC',
|
| 29 |
placeholder='Upper or lower case')
|