Rohankumar31 commited on
Commit
a988038
·
1 Parent(s): 28526c2

Update stream_2.py

Browse files
Files changed (1) hide show
  1. stream_2.py +2 -2
stream_2.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from main_2 import input_output
3
  from model_2 import classes,unique_output
4
  import pandas as pd
5
- st.title("Chatbot to know Your Prakruti 🍃")
6
  st.write("Hello! I'm your chatbot. You can ask any query to me")
7
  Questions = []
8
  Q = []
@@ -15,7 +15,7 @@ Questions.append(Q)
15
  Questions = pd.DataFrame(Questions)
16
  if st.button("Process"):
17
  Output = input_output(Questions)
18
- st.write(f"Your Prakruti is: {Output}")
19
 
20
 
21
  # import streamlit as st
 
2
  from main_2 import input_output
3
  from model_2 import classes,unique_output
4
  import pandas as pd
5
+ st.title("Chatbot to know Your Prakriti 🍃")
6
  st.write("Hello! I'm your chatbot. You can ask any query to me")
7
  Questions = []
8
  Q = []
 
15
  Questions = pd.DataFrame(Questions)
16
  if st.button("Process"):
17
  Output = input_output(Questions)
18
+ st.write(f"Your Prakriti is: {Output}")
19
 
20
 
21
  # import streamlit as st