lalitwale100 commited on
Commit
6a04235
·
verified ·
1 Parent(s): deb0770

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ with st.spinner("Loading model... (this may take a moment)"):
140
  st.sidebar.error(f"Failed to load model: {error_message}")
141
 
142
  # Main app area
143
- question = st.text_area("Enter your question here:", height=100, placeholder="Example: How can I secure my network against DDoS attacks?")
144
 
145
  # a button to generate the response
146
  col1, col2, col3 = st.columns([1, 1, 1])
 
140
  st.sidebar.error(f"Failed to load model: {error_message}")
141
 
142
  # Main app area
143
+ question = st.text_area("Enter your question here:", height=100, placeholder="Example: Show the total data transferred, grouped by user department and VPN type, excluding 'Guest' users, for VPN sessions that lasted longer than 2 hours")
144
 
145
  # a button to generate the response
146
  col1, col2, col3 = st.columns([1, 1, 1])