From 97b1e6e992ff96ea70f36e86fc30b9bb609ff02e Mon Sep 17 00:00:00 2001
From: Russell Jarvis <rjjarvis@asu.edu>
Date: Wed, 24 Jun 2020 10:44:09 +1000
Subject: [PATCH] contents

---
 online_app_backend.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/online_app_backend.py b/online_app_backend.py
index b56d30a..f6cdd72 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
-- 
GitLab