Grey01 commited on
Commit
ce8de27
·
verified ·
1 Parent(s): cbd0d8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,7 +2,8 @@ import streamlit as st
2
  from gradio_client import Client
3
 
4
  #connecting to the URL
5
- client = Client("https://f77c234af73e4f6a6f.gradio.live/")
 
6
 
7
  # Initialize chat history
8
  if "messages" not in st.session_state:
 
2
  from gradio_client import Client
3
 
4
  #connecting to the URL
5
+ client = Client("https://73021ced96d2a76304.gradio.live/")
6
+ st.title('Digital Ink')
7
 
8
  # Initialize chat history
9
  if "messages" not in st.session_state: