ajitrajasekharan commited on
Commit
7c8e7ec
·
1 Parent(s): b5aa429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def main():
156
 
157
  input_status_area = st.empty()
158
  display_area = st.empty()
159
- display_area.text("Current selections: results count = " + str(st.session_state['top_k']) + " ; " + " Model name = " + st.session_state['model_name'])
160
  if submit_button:
161
  start = time.time()
162
  if (len(text_input) == 0):
 
156
 
157
  input_status_area = st.empty()
158
  display_area = st.empty()
159
+ display_area.text("Current selections: results count = " + str(st.session_state['top_k']) + ";" + " Model name = " + st.session_state['model_name'])
160
  if submit_button:
161
  start = time.time()
162
  if (len(text_input) == 0):