KvrParaskevi commited on
Commit
4ba9951
·
verified ·
1 Parent(s): 1fea96d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ st.write("I am your hotel booking assistant for today.")
19
  model = demo_chat.load_model()
20
 
21
  chat_model = ChatHuggingFace(llm=model)
22
-
23
  #Application
24
  with st.container():
25
  st.markdown('<div class="scrollable-div">', unsafe_allow_html=True)
 
19
  model = demo_chat.load_model()
20
 
21
  chat_model = ChatHuggingFace(llm=model)
22
+ print(chat_model.model_id)
23
  #Application
24
  with st.container():
25
  st.markdown('<div class="scrollable-div">', unsafe_allow_html=True)