MelisaRS commited on
Commit
f756672
·
verified ·
1 Parent(s): c2bc05d
Files changed (1) hide show
  1. app.py +1 -1
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