Robert Castagna commited on
Commit
b654348
1 Parent(s): 5d9614e

print platform specs

Browse files
Files changed (1) hide show
  1. pages/2_Portfolio_Builder.py +4 -0
pages/2_Portfolio_Builder.py CHANGED
@@ -11,6 +11,10 @@ import plotly.tools as tls
11
  from plotly.subplots import make_subplots
12
  import plotly.figure_factory as ff
13
  import streamlit as st
 
 
 
 
14
 
15
  load_dotenv()
16
 
 
11
  from plotly.subplots import make_subplots
12
  import plotly.figure_factory as ff
13
  import streamlit as st
14
+ import platform
15
+
16
+ st.write(platform.processor())
17
+ # online hf: AMD64 Family 23 Model 113 Stepping 0, AuthenticAMD
18
 
19
  load_dotenv()
20