Pranav0111 commited on
Commit
d1904f6
Β·
verified Β·
1 Parent(s): bc0d02b

Update pages.py

Browse files
Files changed (1) hide show
  1. pages.py +0 -9
pages.py CHANGED
@@ -317,12 +317,3 @@ def render_chat():
317
  st.subheader("πŸ”— Alternative Chat Interface")
318
  st.info("You can also use the external chat interface below:")
319
 
320
- iframe_code = """
321
- <iframe
322
- src="https://demoorganisation34-vinay.hf.space"
323
- frameborder="0"
324
- width="850"
325
- height="450"
326
- ></iframe>
327
- """
328
- components.html(iframe_code, height=500)
 
317
  st.subheader("πŸ”— Alternative Chat Interface")
318
  st.info("You can also use the external chat interface below:")
319