ruslanmv commited on
Commit
9868fd2
·
verified ·
1 Parent(s): 77c7a99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",