Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,15 +49,15 @@ st.markdown("""
|
|
| 49 |
st.markdown(f"""
|
| 50 |
<style>
|
| 51 |
.chat-input-container {{
|
| 52 |
-
|
| 53 |
-
|
| 54 |
# padding: 10px;
|
| 55 |
border-radius: 5px;
|
| 56 |
}}
|
| 57 |
.element-container {{
|
| 58 |
padding-bottom: 20px;
|
| 59 |
-
|
| 60 |
-
|
| 61 |
}}
|
| 62 |
</style>
|
| 63 |
""", unsafe_allow_html=True)
|
|
|
|
| 49 |
st.markdown(f"""
|
| 50 |
<style>
|
| 51 |
.chat-input-container {{
|
| 52 |
+
margin-left: 80px;
|
| 53 |
+
margin-right: 80px;
|
| 54 |
# padding: 10px;
|
| 55 |
border-radius: 5px;
|
| 56 |
}}
|
| 57 |
.element-container {{
|
| 58 |
padding-bottom: 20px;
|
| 59 |
+
margin-left: 80px;
|
| 60 |
+
margin-right: 80px;
|
| 61 |
}}
|
| 62 |
</style>
|
| 63 |
""", unsafe_allow_html=True)
|