Update app.py
Browse files
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 |
-
|
| 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:
|