Walterchamy commited on
Commit
ae1051c
1 Parent(s): 82b8e1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -101,14 +101,11 @@ def text_to_speech(text):
101
 
102
  def main():
103
 
104
- # Set the layout to have two columns
105
- col1, col2 = st.beta_columns([1, 4])
106
 
107
- # Display the image in the first column
108
  with col1:
109
  st.image('logo.png', caption=None, width=200, use_column_width=200)
110
 
111
- # Display the text in the second column
112
  with col2:
113
  st.markdown("<h4 style='text-align: center; color: white;'>KILIMANJARO INTERNATIONAL INSTITUTE FOR TELECOMMUNICATION, ELECTRONICS & COMPUTERS</h4>", unsafe_allow_html=True)
114
  st.title("KIITEC VIRTUAL ASSISTANT")
 
101
 
102
  def main():
103
 
104
+ col1, col2 = st.columns([1, 4])
 
105
 
 
106
  with col1:
107
  st.image('logo.png', caption=None, width=200, use_column_width=200)
108
 
 
109
  with col2:
110
  st.markdown("<h4 style='text-align: center; color: white;'>KILIMANJARO INTERNATIONAL INSTITUTE FOR TELECOMMUNICATION, ELECTRONICS & COMPUTERS</h4>", unsafe_allow_html=True)
111
  st.title("KIITEC VIRTUAL ASSISTANT")