graredcr commited on
Commit
33ddff2
·
1 Parent(s): cf2f6b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ import streamlit.components.v1 as components
4
  import time
5
 
6
  st.session_state.mytext = ""
7
- def semanticComparativeClassification():
 
8
  st.session_state["respuesta"] = ""
9
  st.session_state.logresp = ""
10
 
 
4
  import time
5
 
6
  st.session_state.mytext = ""
7
+ def semanticComparativeClassification():
8
+ global logtxt
9
  st.session_state["respuesta"] = ""
10
  st.session_state.logresp = ""
11