Update app.py
Browse files
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!
|
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"):
|