Update pages/reader.py
Browse files- pages/reader.py +1 -0
pages/reader.py
CHANGED
|
@@ -3,6 +3,7 @@ import streamlit as st
|
|
| 3 |
import pandas as pd
|
| 4 |
import html
|
| 5 |
from weasyprint import HTML
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
#===config===
|
|
|
|
| 3 |
import pandas as pd
|
| 4 |
import html
|
| 5 |
from weasyprint import HTML
|
| 6 |
+
import io
|
| 7 |
|
| 8 |
|
| 9 |
#===config===
|