Spaces:
Running
Running
Update pages.py
Browse files
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|