ganeshk commited on
Commit
3f06556
·
verified ·
1 Parent(s): 6f29af0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def open_page(url):
18
  </script>
19
  """ % (url)
20
  html(open_script)
21
- st.write('Select Chat Interface and click on button! If you want to use another Interface then Untick selected option.')
22
  if st.checkbox("Mistral Chat"):
23
  st.button('Mistral Chat', on_click=open_page, args=(mistral_url,))
24
  elif st.checkbox("Llama-2 Chat"):
 
18
  </script>
19
  """ % (url)
20
  html(open_script)
21
+ st.write('Select Chat Interface and click on button! To use another Interface then untick selected option and click on button again.')
22
  if st.checkbox("Mistral Chat"):
23
  st.button('Mistral Chat', on_click=open_page, args=(mistral_url,))
24
  elif st.checkbox("Llama-2 Chat"):