karthickg12 commited on
Commit
6bffa01
1 Parent(s): 24942b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -70,10 +70,12 @@
70
  # st.write("**Bot:**", message["bot"])
71
 
72
  import streamlit as st
73
- from rasa.core.agent import Agent
74
- from rasa.shared.core.domain import Domain
75
  from rasa.shared.core.tracker_store import InMemoryTrackerStore
 
 
76
  from rasa.shared.nlu.interpreter import RasaNLUInterpreter
 
 
77
 
78
  # Load Rasa model
79
  domain = Domain.load("insurance_domain.yml")
 
70
  # st.write("**Bot:**", message["bot"])
71
 
72
  import streamlit as st
 
 
73
  from rasa.shared.core.tracker_store import InMemoryTrackerStore
74
+ from rasa.core.agent import Agent
75
+ from rasa.shared.core.domain import Domain
76
  from rasa.shared.nlu.interpreter import RasaNLUInterpreter
77
+ import streamlit as st
78
+
79
 
80
  # Load Rasa model
81
  domain = Domain.load("insurance_domain.yml")