Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# app.py
|
2 |
import streamlit as st
|
3 |
from models import demo
|
4 |
-
|
5 |
# Page configuration
|
6 |
st.set_page_config(
|
7 |
page_title="DeepSeek Chatbot - ruslanmv.com",
|
|
|
1 |
# app.py
|
2 |
import streamlit as st
|
3 |
from models import demo
|
4 |
+
import gradio as gr
|
5 |
# Page configuration
|
6 |
st.set_page_config(
|
7 |
page_title="DeepSeek Chatbot - ruslanmv.com",
|