MelisaRS commited on
Commit
c2bc05d
·
verified ·
1 Parent(s): 126101a

change3 code

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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