calmgoose commited on
Commit
82811f6
·
1 Parent(s): a305ecb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ col1, col2 = st.columns([10, 1])
155
  col1.write(f"**You:** {user_input}")
156
 
157
  # ask button to the right of the displayed question
158
- ask = col2.button("Ask", type="primary", use_container_width=True)
159
 
160
 
161
  if ask:
 
155
  col1.write(f"**You:** {user_input}")
156
 
157
  # ask button to the right of the displayed question
158
+ ask = col2.button("Ask", type="primary")
159
 
160
 
161
  if ask: