Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ st.set_page_config(page_title="Sentiment Analysis", layout="wide")
|
|
26 |
col1, col2 = st.columns([6, 1]) # Divide the screen into two columns
|
27 |
|
28 |
with col2: # Right-aligned column for the logo
|
29 |
-
st.image("orYx-models/
|
30 |
|
31 |
with col1: # Main content area
|
32 |
st.title("Sentiment Analysis Prototype Tool by orYx Models")
|
|
|
26 |
col1, col2 = st.columns([6, 1]) # Divide the screen into two columns
|
27 |
|
28 |
with col2: # Right-aligned column for the logo
|
29 |
+
st.image("https://huggingface.co/spaces/orYx-models/Leadership-sentiment-analyzer/resolve/main/oryx_logo.png", width=200, use_column_width=False) # Provide the path to your company logo
|
30 |
|
31 |
with col1: # Main content area
|
32 |
st.title("Sentiment Analysis Prototype Tool by orYx Models")
|