Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
"""Credit https://github.com/streamlit/demo-tab-container/blob/main/streamlit_app.py."""
|
2 |
-
import
|
3 |
|
4 |
import streamlit as st
|
5 |
import pandas as pd
|
|
|
1 |
"""Credit https://github.com/streamlit/demo-tab-container/blob/main/streamlit_app.py."""
|
2 |
+
import itertools
|
3 |
|
4 |
import streamlit as st
|
5 |
import pandas as pd
|