talltree commited on
Commit
81f2c8b
1 Parent(s): 3bf676f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,7 +60,7 @@ if "messages" not in st.session_state:
60
  st.session_state["messages"] = []
61
 
62
  # Add delimiter between sidebar expander and the welcome message
63
- st.text("\n" * 3)
64
 
65
  # Select locations element into a container
66
  with st.container(border=False):
@@ -77,7 +77,7 @@ with st.container(border=False):
77
  )
78
 
79
  # Add delimiter between the container and the chat interface
80
- st.text("\n" * 3)
81
 
82
  # Get user input only if a location is selected
83
  prompt = ""
 
60
  st.session_state["messages"] = []
61
 
62
  # Add delimiter between sidebar expander and the welcome message
63
+ st.text("\n" * 4)
64
 
65
  # Select locations element into a container
66
  with st.container(border=False):
 
77
  )
78
 
79
  # Add delimiter between the container and the chat interface
80
+ st.text("\n" * 4)
81
 
82
  # Get user input only if a location is selected
83
  prompt = ""