Kvikontent commited on
Commit
cb70eab
·
verified ·
1 Parent(s): 845474d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -7
app.py CHANGED
@@ -1,12 +1,14 @@
1
  import streamlit as st
2
 
3
- # Header
4
- st.title("Taxi Rainbow")
5
- st.write("Don't Die, Avenge, We'll Help You")
6
-
7
- # Logo and slogan
8
- 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")
9
- st.write("### Don't Die, Avenge, We'll Help You")
 
 
10
 
11
  # Our Services section
12
  st.write("## Our Services")
 
1
  import streamlit as st
2
 
3
+ g, gg == st.colums(2)
4
+ with g:
5
+ # Header
6
+ st.title("Taxi Rainbow")
7
+ st.write("Don't Die, Avenge, We'll Help 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")
11
+ st.write("### Don't Die, Avenge, We'll Help You")
12
 
13
  # Our Services section
14
  st.write("## Our Services")