Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,10 +71,11 @@ Only show the table and conclusion remarks if the proposition suits the target a
|
|
71 |
|
72 |
if selectedCity:
|
73 |
if selectedCity == 'CharlesTown':
|
74 |
-
st.write('''{} city people are Living for today people mostly with a population of 10000. Out of this 65% are between the age of 18-25.''')
|
75 |
|
76 |
if selectedCity == 'Limburg':
|
77 |
-
st.write('''{} city people are young families people mostly with a population of 20000. Out of this 65% are between the age of 30-45. Most of
|
|
|
78 |
if submit_button:
|
79 |
proposal = '''Given proposal is for the city {} with product {}. The propsal is as below.
|
80 |
{}'''
|
|
|
71 |
|
72 |
if selectedCity:
|
73 |
if selectedCity == 'CharlesTown':
|
74 |
+
st.write('''{} city people are Living for today people mostly with a population of 10000. Out of this 65% are between the age of 18-25.'''.format(selectedCity))
|
75 |
|
76 |
if selectedCity == 'Limburg':
|
77 |
+
st.write('''{} city people are young families people mostly with a population of 20000. Out of this 65% are between the age of 30-45. Most of
|
78 |
+
them have kids aged between 0-15'''.format(selectedCity))
|
79 |
if submit_button:
|
80 |
proposal = '''Given proposal is for the city {} with product {}. The propsal is as below.
|
81 |
{}'''
|