Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def visualize(url):
|
|
| 29 |
# Konversi tabel HTML ke DataFrame Pandas
|
| 30 |
#df = pd.read_html(str(parse_element))[0]
|
| 31 |
#st.dataframe(df) # tampilkan tabel dengan format rapi Streamlit
|
| 32 |
-
st.components.v1.html(str(
|
| 33 |
else:
|
| 34 |
st.warning("Tabel tidak ditemukan.")
|
| 35 |
|
|
|
|
| 29 |
# Konversi tabel HTML ke DataFrame Pandas
|
| 30 |
#df = pd.read_html(str(parse_element))[0]
|
| 31 |
#st.dataframe(df) # tampilkan tabel dengan format rapi Streamlit
|
| 32 |
+
st.components.v1.html(str(parse_element), height=600, scrolling=True)
|
| 33 |
else:
|
| 34 |
st.warning("Tabel tidak ditemukan.")
|
| 35 |
|