Vineedhar commited on
Commit
07ea887
1 Parent(s): 2c62ca4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/finetuned-roberta-leadership-sentiment-analysis", 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")
 
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")