Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ if st.session_state.logged_in:
|
|
52 |
|
53 |
# Create the table data with hyperlink
|
54 |
data = {
|
55 |
-
"π’ Company": ["AWS", "AWS", "AWS", "Azure"]
|
56 |
"π Task": ["π» Code assist", "π§ Protein Compound", "π» Code assist", "π» Code assist"],
|
57 |
"π₯οΈ Instance Type": ["t2.micro (1 vcpu, 1.0 GiB memory)", "t2.micro (1 vcpu, 1.0 GiB memory)", "t2.micro (1 vcpu, 1.0 GiB memory)", "Standard DS1 v2 (1 vcpu, 3.5 GiB memory)"],
|
58 |
"π GPU Accelerator": ["A40, 9 vCPU 50 GB RAM", "A40, 9 vCPU 50 GB RAM", "A100, 24 vCPU 125 GB RAM", "A100, 24 vCPU 125 GB RAM"],
|
|
|
52 |
|
53 |
# Create the table data with hyperlink
|
54 |
data = {
|
55 |
+
"π’ Company": ["AWS", "AWS", "AWS", "Azure"],
|
56 |
"π Task": ["π» Code assist", "π§ Protein Compound", "π» Code assist", "π» Code assist"],
|
57 |
"π₯οΈ Instance Type": ["t2.micro (1 vcpu, 1.0 GiB memory)", "t2.micro (1 vcpu, 1.0 GiB memory)", "t2.micro (1 vcpu, 1.0 GiB memory)", "Standard DS1 v2 (1 vcpu, 3.5 GiB memory)"],
|
58 |
"π GPU Accelerator": ["A40, 9 vCPU 50 GB RAM", "A40, 9 vCPU 50 GB RAM", "A100, 24 vCPU 125 GB RAM", "A100, 24 vCPU 125 GB RAM"],
|