diff --git a/online_app_backend.py b/online_app_backend.py index b56d30a9dc9a551f7ad71db1775ad9b27281beb3..f6cdd72e40bfbf2fa9251d6a8ebc095acc0d89fb 100644 --- a/online_app_backend.py +++ b/online_app_backend.py @@ -18,7 +18,7 @@ from t_analysis import text_proc # Put these results, in a data frame, then in Markdown, using RGerkin's code. # https://gist.github.com/rgerkin/af5b27a0e30531c30f2bf628aa41a553 # !pip install --user tabulate # Install the tabulate package -from tabulate import tabulate +#from tabulate import tabulate from t_analysis import text_proc, perplexity, unigram_zipf import streamlit as st