lorentz commited on
Commit
c4c1c56
·
verified ·
1 Parent(s): 46bef9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -56,7 +56,12 @@ def getLLMResponse(query, age_option,tasktype_option):
56
  return response
57
 
58
  #UI Starts here
59
-
 
 
 
 
 
60
  # Custom CSS for styling
61
  st.markdown(
62
  """
@@ -75,12 +80,6 @@ st.markdown(
75
  """, unsafe_allow_html=True)
76
 
77
 
78
- st.set_page_config(page_title="PitchPal: Your Friendly Copy Assistant",
79
- page_icon='💻',
80
- layout='centered',
81
- initial_sidebar_state='collapsed')
82
-
83
-
84
  st.markdown("<h1 style='text-align: center'>PitchPal</h1>", unsafe_allow_html=True)
85
  st.markdown("<h3 style='text-align: center'>Your Efficient Sales Copy Assistant</h2>", unsafe_allow_html=True)
86
  st.markdown("<p style='text-align: right'>By <a href='https://entzyeung.github.io/portfolio/index.html'>Lorentz Yeung</a></p>", unsafe_allow_html=True)
 
56
  return response
57
 
58
  #UI Starts here
59
+ st.set_page_config(page_title="PitchPal: Your Friendly Copy Assistant",
60
+ page_icon='💻',
61
+ layout='centered',
62
+ initial_sidebar_state='collapsed')
63
+
64
+
65
  # Custom CSS for styling
66
  st.markdown(
67
  """
 
80
  """, unsafe_allow_html=True)
81
 
82
 
 
 
 
 
 
 
83
  st.markdown("<h1 style='text-align: center'>PitchPal</h1>", unsafe_allow_html=True)
84
  st.markdown("<h3 style='text-align: center'>Your Efficient Sales Copy Assistant</h2>", unsafe_allow_html=True)
85
  st.markdown("<p style='text-align: right'>By <a href='https://entzyeung.github.io/portfolio/index.html'>Lorentz Yeung</a></p>", unsafe_allow_html=True)