Spaces:
Sleeping
Sleeping
thanhtung09t2
commited on
Update file
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
import streamlit as st
|
5 |
from time import time
|
6 |
import logging
|
7 |
-
|
8 |
os.environ['ROOT_PATH'] = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))
|
9 |
from api.engine import ChatEngine
|
10 |
|
|
|
4 |
import streamlit as st
|
5 |
from time import time
|
6 |
import logging
|
7 |
+
|
8 |
os.environ['ROOT_PATH'] = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))
|
9 |
from api.engine import ChatEngine
|
10 |
|