saptharishi commited on
Commit
c5d2823
1 Parent(s): 60be05a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import streamlit as st
9
  import time
10
 
11
  st.set_page_config(page_title="zhagaramGPT")
12
- col1, col2, col3 = st.columns([1,8,1])
13
  with col2:
14
  st.image("logo.jpeg")
15
 
 
9
  import time
10
 
11
  st.set_page_config(page_title="zhagaramGPT")
12
+ col1, col2, col3 = st.columns([2,6,2])
13
  with col2:
14
  st.image("logo.jpeg")
15