cahya commited on
Commit
d2be75e
·
1 Parent(s): 83f2f49

print out static dir

Browse files
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -165,7 +165,7 @@ if model.find("Indonesian Literature") != -1:
165
  elif model == "Indonesian Persona Chatbot":
166
  st.subheader("Indonesian GPT-2 Persona Chatbot")
167
  STREAMLIT_STATIC_PATH = pathlib.Path(st.__path__[0]) / 'static'
168
- st.write("static dir: " + STREAMLIT_STATIC_PATH)
169
  # We create a videos directory within the streamlit static asset directory
170
  # and we write output files to it
171
  ASSETS_PATH = STREAMLIT_STATIC_PATH/"gpt2-app"
 
165
  elif model == "Indonesian Persona Chatbot":
166
  st.subheader("Indonesian GPT-2 Persona Chatbot")
167
  STREAMLIT_STATIC_PATH = pathlib.Path(st.__path__[0]) / 'static'
168
+ st.write(STREAMLIT_STATIC_PATH)
169
  # We create a videos directory within the streamlit static asset directory
170
  # and we write output files to it
171
  ASSETS_PATH = STREAMLIT_STATIC_PATH/"gpt2-app"