Kvikontent commited on
Commit
28c4a83
Β·
verified Β·
1 Parent(s): 60670d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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("Taxi Rainbow")
7
- st.write("At Taxi Rainbow, 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,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")