Spaces:
Sleeping
Sleeping
change4
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ st.title("Clasificador de Textos Financieros con FinBERT")
|
|
| 11 |
# Texto de ejemplo
|
| 12 |
#texto = st.text_area("The company's stock price increased by 5% after the quarterly earnings report.")
|
| 13 |
#texto = "The company's stock price increased by 5% after the quarterly earnings report."
|
| 14 |
-
texto = ""
|
| 15 |
|
| 16 |
st.text_input("Escribe tu prompt", texto)
|
| 17 |
|
|
|
|
| 11 |
# Texto de ejemplo
|
| 12 |
#texto = st.text_area("The company's stock price increased by 5% after the quarterly earnings report.")
|
| 13 |
#texto = "The company's stock price increased by 5% after the quarterly earnings report."
|
| 14 |
+
texto = "Put your example"
|
| 15 |
|
| 16 |
st.text_input("Escribe tu prompt", texto)
|
| 17 |
|