Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|