NimaKL commited on
Commit
db06b3b
·
1 Parent(s): 54233f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ if text:
69
  result = make_prediction(yorum_model, processed_data=processed_data)
70
  #st.markdown("<br>", unsafe_allow_html=True)
71
  st.success(result)
72
- import streamlit as st
73
  import matplotlib.pyplot as plt
74
 
75
  # Pie chart, where the slices will be ordered and plotted counter-clockwise:
 
69
  result = make_prediction(yorum_model, processed_data=processed_data)
70
  #st.markdown("<br>", unsafe_allow_html=True)
71
  st.success(result)
72
+
73
  import matplotlib.pyplot as plt
74
 
75
  # Pie chart, where the slices will be ordered and plotted counter-clockwise: