Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import json
|
3 |
import time
|
4 |
-
from bokeh.plotting import figure
|
5 |
-
from bokeh.models import ColumnDataSource
|
6 |
|
7 |
urls = [
|
8 |
"https://huggingface.co/spaces/awacke1/CB-GR-Chatbot-Blenderbot",
|
|
|
1 |
import streamlit as st
|
2 |
import json
|
3 |
import time
|
|
|
|
|
4 |
|
5 |
urls = [
|
6 |
"https://huggingface.co/spaces/awacke1/CB-GR-Chatbot-Blenderbot",
|