Spaces:
Sleeping
Sleeping
Rohit Rajpoot
commited on
Commit
·
163b33d
1
Parent(s):
6e20083
import time
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
|
3 |
# Your existing demos
|
4 |
from assist.chat import chat as embed_chat
|
5 |
from assist.bayes_chat import bayes_chat
|
|
|
1 |
import streamlit as st
|
2 |
+
import time
|
3 |
# Your existing demos
|
4 |
from assist.chat import chat as embed_chat
|
5 |
from assist.bayes_chat import bayes_chat
|