lisaf commited on
Commit
c8811ea
β€’
1 Parent(s): 90af825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,7 +24,7 @@ def get_gemini_response(question):
24
  return response.text
25
 
26
  # Set page title and description
27
- st.title("πŸš€ Laptop Price Predictor & Component Chat Bot πŸ€–")
28
  st.markdown("### This app predicts the price of a laptop based on its configuration. ✨")
29
 
30
  # Input fields for laptop price prediction
@@ -71,7 +71,7 @@ if predict_button:
71
 
72
  # Chat bot section
73
  st.markdown("---")
74
- st.subheader("πŸ’¬ Component Chat Bot")
75
 
76
  # Input textbox for chat bot
77
  component_name = st.selectbox("Select a Component:", ["RAM", "CPU", "GPU", "Screen", "Battery", "Storage"])
 
24
  return response.text
25
 
26
  # Set page title and description
27
+ st.title("πŸš€ Laptop Price Predictor πŸ€–")
28
  st.markdown("### This app predicts the price of a laptop based on its configuration. ✨")
29
 
30
  # Input fields for laptop price prediction
 
71
 
72
  # Chat bot section
73
  st.markdown("---")
74
+ st.subheader("πŸ’¬ Component Inquiry AI")
75
 
76
  # Input textbox for chat bot
77
  component_name = st.selectbox("Select a Component:", ["RAM", "CPU", "GPU", "Screen", "Battery", "Storage"])