update emoji
Browse files
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 |
-
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|