Charles De Dampierre
commited on
Commit
·
20fd217
1
Parent(s):
fbc079d
add description
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ import pandas as pd
|
|
17 |
df = pd.read_csv("data/rejection-sampling.csv", index_col=[0])
|
18 |
st.dataframe(df, use_container_width=True)
|
19 |
|
20 |
-
st.title("Bunka
|
21 |
|
22 |
st.image("images/pipeline.png", use_column_width=True)
|
23 |
|
|
|
17 |
df = pd.read_csv("data/rejection-sampling.csv", index_col=[0])
|
18 |
st.dataframe(df, use_container_width=True)
|
19 |
|
20 |
+
st.title("Bunka Exploration Engine")
|
21 |
|
22 |
st.image("images/pipeline.png", use_column_width=True)
|
23 |
|