File size: 480 Bytes
618b3d3
 
 
 
 
 
 
 
 
 
 
4a32c36
1
2
3
4
5
6
7
8
9
10
11
12
import streamlit as st
import streamlit.components.v1 as components

st.set_page_config(page_title = 'Food Delivery Call Center Support')

#st.title('Simple ChatBot using LangChain')
st.markdown("<h1 style='text-align:center; color:black;'>Food Ordering</h1>", unsafe_allow_html = True)
st.write("Say 'hello' to start ordering!!!")

src = "https://console.dialogflow.com/api-client/demo/embedded/d2ed2f5d-cf28-4b1a-a16f-3458dfc378e2"

components.iframe(src, width=350, height=430)