Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ class Model:
|
|
| 84 |
if 'linechart' in summary:
|
| 85 |
summary.replace('linechart','statistic')
|
| 86 |
if 'graph' in summary:
|
| 87 |
-
summary.replace('graph','statistic'
|
| 88 |
return summary
|
| 89 |
|
| 90 |
st.title('Chart and Data Summarization')
|
|
|
|
| 84 |
if 'linechart' in summary:
|
| 85 |
summary.replace('linechart','statistic')
|
| 86 |
if 'graph' in summary:
|
| 87 |
+
summary.replace('graph','statistic')
|
| 88 |
return summary
|
| 89 |
|
| 90 |
st.title('Chart and Data Summarization')
|