Skip to content

Commit

Permalink
Changed paths for streamlit deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sstepput committed Oct 21, 2023
1 parent eafd293 commit fe3e7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions streamlit/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np
import plotly.graph_objects as go

DATAFILE = "./sample.json"
DATAFILE = "./streamlit/sample.json"

@st.cache_data
def loadData(path):
Expand Down Expand Up @@ -241,7 +241,7 @@ def getPlayerBelieves(data):
st.session_state["turn_select"] = 0

# Setup
local_css("./style.css")
local_css("./streamlit/style.css")
st.markdown("<style>div[data-testid=\"stChatMessage\"] \{border-style: solid;\}</style>", unsafe_allow_html=True)
data = loadData(DATAFILE)

Expand Down

0 comments on commit fe3e7c6

Please sign in to comment.