Spaces:
Sleeping
Sleeping
Commit ·
ffef4de
1
Parent(s): 531709d
test
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
|
| 4 |
-
st.title("📘 Grand Livre Comptable")
|
| 5 |
|
| 6 |
df = pd.read_csv("src/tcrg-rgat.csv")
|
| 7 |
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
|
| 4 |
+
st.title("📘 Grand Livre Comptable Test")
|
| 5 |
|
| 6 |
df = pd.read_csv("src/tcrg-rgat.csv")
|
| 7 |
|