Spaces:
Sleeping
Sleeping
change3 code
Browse files
app.py
CHANGED
|
@@ -10,7 +10,8 @@ st.title("Clasificador de Textos Financieros con FinBERT")
|
|
| 10 |
|
| 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 |
|
| 15 |
st.text_input("Escribe tu prompt", texto)
|
| 16 |
|
|
|
|
| 10 |
|
| 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 |
|