Skip to content
Snippets Groups Projects
Commit 57959d83 authored by Russell Jarvis's avatar Russell Jarvis
Browse files

contents

parent a41f80d3
No related branches found
No related tags found
No related merge requests found
import streamlit as st import streamlit as st
import os
st.text(os.system('pwd'))
st.text(os.system('ls *'))
st.text(os.system('../ls *'))
st.text(os.system('../../ls *'))
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
import seaborn as sns import seaborn as sns
...@@ -89,8 +96,6 @@ if author_name: ...@@ -89,8 +96,6 @@ if author_name:
else: else:
import os import os
st.text(os.system('pwd'))
st.text(os.system('ls *'))
with open('data/_author_specificSayali Phatak.p','rb') as f: with open('data/_author_specificSayali Phatak.p','rb') as f:
contents = pickle.load(f) contents = pickle.load(f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment