Spaces:
Sleeping
Sleeping
kartavya23
commited on
Commit
•
aa808b0
1
Parent(s):
ce8f51b
Upload 2 files
Browse files
app.py
CHANGED
@@ -147,6 +147,7 @@ with st.sidebar:
|
|
147 |
col1, col2 = st.columns([6, 1])
|
148 |
|
149 |
with col1:
|
|
|
150 |
st.header(f"Chat with your code! </>")
|
151 |
|
152 |
with col2:
|
|
|
147 |
col1, col2 = st.columns([6, 1])
|
148 |
|
149 |
with col1:
|
150 |
+
st.header(f"GitChat🌐")
|
151 |
st.header(f"Chat with your code! </>")
|
152 |
|
153 |
with col2:
|