Geraldine commited on
Commit
a6b8f61
1 Parent(s): 644d5ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ st.set_page_config(page_title='HG Inference Client Demo',layout="wide")
10
  @st.cache_resource
11
  def display_app_header():
12
  """Display the header of the Streamlit app."""
13
- st.title("1️⃣ HG Inference Client Demo 📊 ")
14
- st.subheader("Just a little demontstrator")
15
  # Display the header of the app
16
  display_app_header()
17
 
 
10
  @st.cache_resource
11
  def display_app_header():
12
  """Display the header of the Streamlit app."""
13
+ st.title("HG Inference Client Demo")
14
+ st.subheader("Just a little demonstrator")
15
  # Display the header of the app
16
  display_app_header()
17