Spaces:
Runtime error
Runtime error
Commit ·
c717833
1
Parent(s): bc29cec
Update app.py
Browse files
app.py
CHANGED
|
@@ -206,7 +206,7 @@ def generate_response(user_input):
|
|
| 206 |
|
| 207 |
|
| 208 |
def main():
|
| 209 |
-
|
| 210 |
|
| 211 |
with col1:
|
| 212 |
st.image('logo.png', caption=None, width=200, use_column_width=200)
|
|
|
|
| 206 |
|
| 207 |
|
| 208 |
def main():
|
| 209 |
+
col1, col2 = st.columns([1, 4])
|
| 210 |
|
| 211 |
with col1:
|
| 212 |
st.image('logo.png', caption=None, width=200, use_column_width=200)
|