Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ import streamlit as st
|
|
22 |
from streamlit_modal import Modal
|
23 |
import streamlit.components.v1 as components
|
24 |
from datetime import datetime
|
|
|
25 |
|
26 |
def consume_llm_api(prompt):
|
27 |
"""
|
|
|
22 |
from streamlit_modal import Modal
|
23 |
import streamlit.components.v1 as components
|
24 |
from datetime import datetime
|
25 |
+
from streamlit_js_eval import streamlit_js_eval
|
26 |
|
27 |
def consume_llm_api(prompt):
|
28 |
"""
|