jake2004 commited on
Commit
1febee4
·
verified ·
1 Parent(s): bcd3e12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import streamlit as st
2
  import json
3
  from huggingface_hub import InferenceClient
 
 
4
 
5
  # Set page config
6
  st.set_page_config(page_title="VarunGPT", page_icon="🤖", layout="centered")
 
1
  import streamlit as st
2
  import json
3
  from huggingface_hub import InferenceClient
4
+ import streamlit.web.bootstrap
5
+ streamlit.web.bootstrap.run('app.py', '', [], {})
6
 
7
  # Set page config
8
  st.set_page_config(page_title="VarunGPT", page_icon="🤖", layout="centered")