Spaces:
Sleeping
Sleeping
saptharishi
commited on
Commit
•
c5d2823
1
Parent(s):
60be05a
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([
|
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 |
|