Spaces:
Running
Running
Rohit Rajpoot
commited on
Commit
·
e08e8bd
1
Parent(s):
64c9182
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
|