Spaces:
Runtime error
Runtime error
Commit ·
179f8ae
1
Parent(s): 0d9a19b
Create dashboard.py
Browse files- dashboard.py +6 -0
dashboard.py
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import streamlit as st
|
| 2 |
+
from streamlit_extras.switch_page_button import switch_page
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
st.set_page_config(page_title="Hugging Face Summarize", page_icon="😊", layout="wide")
|
| 6 |
+
switch_page("predict")
|