Jan Štihec commited on
Commit
4cb327c
1 Parent(s): 1b17e20

Update sidebar how it works

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -92,7 +92,9 @@ def run_ui():
92
  if sidebar.button('Vaccines are a cause of autism.', use_container_width=250):
93
  submitted = True
94
  fact = 'Vaccines are a cause of autism.'
95
-
 
 
96
  sidebar.info('**GitHub: [@jacinthes](https://github.com/jacinthes/slovene-nli-benchmark)**', icon="💻")
97
 
98
  if not submitted and not st.session_state.valid_inputs_received:
 
92
  if sidebar.button('Vaccines are a cause of autism.', use_container_width=250):
93
  submitted = True
94
  fact = 'Vaccines are a cause of autism.'
95
+
96
+ sidebar.title('HOW IT WORKS')
97
+ sidebar.write('Source code and in-depth app description available at:')
98
  sidebar.info('**GitHub: [@jacinthes](https://github.com/jacinthes/slovene-nli-benchmark)**', icon="💻")
99
 
100
  if not submitted and not st.session_state.valid_inputs_received: