Valeriy Sinyukov commited on
Commit
53bf7b2
·
1 Parent(s): c1eb429

Hide indices

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ if title:
37
  model = load_class_model(model_name)
38
  results = model(input)
39
  results = process_results(results, lang)
40
- st.dataframe(results)
 
37
  model = load_class_model(model_name)
38
  results = model(input)
39
  results = process_results(results, lang)
40
+ st.dataframe(results, hide_index=True)