Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ st.write("# Inicio")
|
|
16 |
st.title("plAIn")
|
17 |
# Add more components here
|
18 |
# Create a text input widget
|
19 |
-
user_input = st.text_input('Pega tu texto:', '
|
20 |
|
21 |
# Define a function to process the input
|
22 |
def process_text(input_text):
|
|
|
16 |
st.title("plAIn")
|
17 |
# Add more components here
|
18 |
# Create a text input widget
|
19 |
+
user_input = st.text_input('Pega tu texto:', '')
|
20 |
|
21 |
# Define a function to process the input
|
22 |
def process_text(input_text):
|