sgbaird commited on
Commit
10091e7
Β·
1 Parent(s): e56c4e3

update emoji

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +8 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Digital Pipette
3
- emoji: 🐒
4
  colorFrom: blue
5
  colorTo: gray
6
  sdk: streamlit
 
1
  ---
2
  title: Digital Pipette
3
+ emoji: πŸ’‰
4
  colorFrom: blue
5
  colorTo: gray
6
  sdk: streamlit
app.py CHANGED
@@ -1,4 +1,11 @@
1
- """This streamlit implementation is preferred over the gradio implementation"""
 
 
 
 
 
 
 
2
 
3
  import json
4
 
 
1
+ """Based on
2
+ https://github.com/AccelerationConsortium/ac-training-lab/blob/main/src/ac_training_lab/picow/digital-pipette/scripts/streamlit_webapp.py
3
+
4
+ permalink:
5
+ https://github.com/AccelerationConsortium/ac-training-lab/blob/230c72f3d9d6e8a5d0b9cece044515dfd386acdc/src/ac_training_lab/picow/digital-pipette/scripts/streamlit_webapp.py]
6
+
7
+ Streamlit was preferred over the gradio implementation
8
+ """
9
 
10
  import json
11