Spaces:
Runtime error
Runtime error
File size: 197 Bytes
179f8ae |
1 2 3 4 5 6 7 |
import streamlit as st
from streamlit_extras.switch_page_button import switch_page
st.set_page_config(page_title="Hugging Face Summarize", page_icon="π", layout="wide")
switch_page("predict")
|