Linh Vuu commited on
Commit
bc9c183
1 Parent(s): f321af5

added title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ import streamlit as st
24
 
25
  def main():
26
 
27
- st.subheader("Price Comparison (So Sánh Giá)")
28
 
29
  with st.form(key="user_input_form"):
30
 
 
24
 
25
  def main():
26
 
27
+ st.title("Price Comparison (So Sánh Giá)")
28
 
29
  with st.form(key="user_input_form"):
30