Spaces:
Sleeping
Sleeping
thhung
commited on
Commit
·
b6469e8
1
Parent(s):
0693cf1
update infos
Browse files
app.py
CHANGED
@@ -46,6 +46,7 @@ from query_builder import query_suggestion
|
|
46 |
# Streamlit app interface
|
47 |
def main():
|
48 |
st.title("Query Suggestion")
|
|
|
49 |
user_input = st.text_area("Enter your request:", height=100)
|
50 |
|
51 |
if st.button("Submit"):
|
|
|
46 |
# Streamlit app interface
|
47 |
def main():
|
48 |
st.title("Query Suggestion")
|
49 |
+
st.header("Slow on a low-performance CPU; fast (< 100 ms) on a standard CPU.")
|
50 |
user_input = st.text_area("Enter your request:", height=100)
|
51 |
|
52 |
if st.button("Submit"):
|