Updated app.py
Browse files
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:
|
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])
|