Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,8 +3,8 @@ import streamlit as st
|
|
| 3 |
g, gg = st.columns(2)
|
| 4 |
with g:
|
| 5 |
# Header
|
| 6 |
-
st.title("
|
| 7 |
-
st.write("At
|
| 8 |
with gg:
|
| 9 |
# Logo and slogan
|
| 10 |
st.image("https://cdn.discordapp.com/attachments/1159192117751578705/1219377335741190154/kvikontent_black_and_yellow_icon_logo_of_a_black_and_yellow_bea_b0b126d9-c0c1-4776-bc35-892aab5b41bc.png?ex=660b14a3&is=65f89fa3&hm=aa00973fb04afabe04ce3aaced2d55e4fff4601080192bb79bed07664b9464c7", caption="Taxi Rainbow Logo")
|
|
@@ -27,7 +27,6 @@ services_data = {
|
|
| 27 |
'Torture': ['❌', '❌', '❌', '✔️']
|
| 28 |
}
|
| 29 |
|
| 30 |
-
st.write("### Our Services")
|
| 31 |
st.table(services_data)
|
| 32 |
|
| 33 |
st.write("Our Prices: Small Revenge - €20,000, Medium Revenge - €45,000, Full Revenge - €100,000, Deluxe Revenge - €250,000")
|
|
|
|
| 3 |
g, gg = st.columns(2)
|
| 4 |
with g:
|
| 5 |
# Header
|
| 6 |
+
st.title("SAW by KV")
|
| 7 |
+
st.write("At SAW, we are more than just a service - we are your knights in shining armor, dedicated to righting the wrongs you've faced. Our mantra is simple: **Don't Die, Avenge**. We stand by your side to help you reclaim what's rightfully yours and bring justice to those who have dared to cross you.")
|
| 8 |
with gg:
|
| 9 |
# Logo and slogan
|
| 10 |
st.image("https://cdn.discordapp.com/attachments/1159192117751578705/1219377335741190154/kvikontent_black_and_yellow_icon_logo_of_a_black_and_yellow_bea_b0b126d9-c0c1-4776-bc35-892aab5b41bc.png?ex=660b14a3&is=65f89fa3&hm=aa00973fb04afabe04ce3aaced2d55e4fff4601080192bb79bed07664b9464c7", caption="Taxi Rainbow Logo")
|
|
|
|
| 27 |
'Torture': ['❌', '❌', '❌', '✔️']
|
| 28 |
}
|
| 29 |
|
|
|
|
| 30 |
st.table(services_data)
|
| 31 |
|
| 32 |
st.write("Our Prices: Small Revenge - €20,000, Medium Revenge - €45,000, Full Revenge - €100,000, Deluxe Revenge - €250,000")
|