Spaces:
Runtime error
Runtime error
notSoNLPnerd
commited on
Commit
•
a00a7b7
1
Parent(s):
c72d1f8
v1 ready really
Browse files- utils/ui.py +2 -0
utils/ui.py
CHANGED
@@ -65,6 +65,8 @@ def main_column():
|
|
65 |
|
66 |
|
67 |
def right_sidebar():
|
|
|
|
|
68 |
st.markdown("<h5> Example questions </h5>", unsafe_allow_html=True)
|
69 |
st.button(QUERIES[0], on_click=set_q1, use_container_width=True)
|
70 |
st.button(QUERIES[1], on_click=set_q2, use_container_width=True)
|
|
|
65 |
|
66 |
|
67 |
def right_sidebar():
|
68 |
+
st.write("")
|
69 |
+
st.write("")
|
70 |
st.markdown("<h5> Example questions </h5>", unsafe_allow_html=True)
|
71 |
st.button(QUERIES[0], on_click=set_q1, use_container_width=True)
|
72 |
st.button(QUERIES[1], on_click=set_q2, use_container_width=True)
|