Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
RAG changes
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ st.markdown("""<style>
|
|
| 36 |
AI_ICON = "images/opensearch-twitter-card.png"
|
| 37 |
col_0_1,col_0_2,col_0_3= st.columns([10,50,85])
|
| 38 |
with col_0_1:
|
| 39 |
-
st.image(AI_ICON,
|
| 40 |
with col_0_2:
|
| 41 |
st.markdown('<p style="fontSize:40px;color:#FF9900;fontFamily:\'Amazon Ember Display 500\', sans-serif;">OpenSearch AI demos</p>',unsafe_allow_html=True)
|
| 42 |
#st.header("OpenSearch AI demos")#,divider = 'rainbow'
|
|
|
|
| 36 |
AI_ICON = "images/opensearch-twitter-card.png"
|
| 37 |
col_0_1,col_0_2,col_0_3= st.columns([10,50,85])
|
| 38 |
with col_0_1:
|
| 39 |
+
st.image(AI_ICON, use_column_width='always')
|
| 40 |
with col_0_2:
|
| 41 |
st.markdown('<p style="fontSize:40px;color:#FF9900;fontFamily:\'Amazon Ember Display 500\', sans-serif;">OpenSearch AI demos</p>',unsafe_allow_html=True)
|
| 42 |
#st.header("OpenSearch AI demos")#,divider = 'rainbow'
|