Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +3 -1
src/streamlit_app.py
CHANGED
|
@@ -7,4 +7,6 @@ st.markdown(
|
|
| 7 |
</h1>
|
| 8 |
""",
|
| 9 |
unsafe_allow_html=True
|
| 10 |
-
)
|
|
|
|
|
|
|
|
|
| 7 |
</h1>
|
| 8 |
""",
|
| 9 |
unsafe_allow_html=True
|
| 10 |
+
)
|
| 11 |
+
|
| 12 |
+
characters = st.text_input("Enter the characters to begin with")
|