FrederikLizakJohansen commited on
Commit
1687622
1 Parent(s): c6ea9fd

testing git

Browse files
Files changed (2) hide show
  1. app.py +5 -0
  2. requirements.txt +2 -0
app.py CHANGED
@@ -3,3 +3,8 @@ x = st.slider('Select a value')
3
  st.write(x, 'squared is', x*x)
4
 
5
 
 
 
 
 
 
 
3
  st.write(x, 'squared is', x*x)
4
 
5
 
6
+ import ipywidgets as widgets
7
+ from IPython.display import display, HTML, clear_output, Math
8
+ from ipywidgets import interact, interact_manual, HBox, VBox, Layout
9
+
10
+ display(HBox(children=[widgets.Label(value='Hello, test!', layout=Layout(width='200px'))]))
requirements.txt CHANGED
@@ -3,3 +3,5 @@ pyyaml
3
  numpy
4
  matplotlib
5
  ase
 
 
 
3
  numpy
4
  matplotlib
5
  ase
6
+ jupyter
7
+ tqdm