npc0 commited on
Commit
1152ce2
1 Parent(s): 5ee2b3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -18,6 +18,13 @@ if 'df' not in st.session_state:
18
  # Streamlit app
19
  st.title("Conversation Analysis")
20
 
 
 
 
 
 
 
 
21
  # Step 1: Choose conversation
22
  opendata_options = [
23
  '15-per-hour-seattle', 'american-assembly.bowling-green', 'brexit-consensus',
 
18
  # Streamlit app
19
  st.title("Conversation Analysis")
20
 
21
+ # Introduction and Explanation
22
+ st.markdown("""
23
+ **Go beyond static visualizations!** This app lets you directly ask for the insights you need from Polis conversation data.
24
+ Instead of being limited to a standard PCA chart, you can request custom plots and analyses using natural language.
25
+ For example, try asking for: "**Show me a pie chart of the most common sentiment expressed in these comments.**"
26
+ """)
27
+
28
  # Step 1: Choose conversation
29
  opendata_options = [
30
  '15-per-hour-seattle', 'american-assembly.bowling-green', 'brexit-consensus',