harry-stark commited on
Commit
cd3a9d9
1 Parent(s): 202a9f4

Refactor:removed zx.py

Browse files
Files changed (1) hide show
  1. zx.py +0 -3
zx.py DELETED
@@ -1,3 +0,0 @@
1
- import streamlit as st
2
- text_input = st.text_area(label="Input Text",placeholder="Hello world!")
3
- st.write(text_input+"ZZ")