Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def main():
|
|
47 |
"company_size": [Company_size_dict[company_size]]}))
|
48 |
# Show prediction
|
49 |
salary_in_usd = str(round(float(result),2))
|
50 |
-
st.success("Your predicted Data Science job salaries in USD is "
|
51 |
|
52 |
if __name__ == "__main__":
|
53 |
main()
|
|
|
47 |
"company_size": [Company_size_dict[company_size]]}))
|
48 |
# Show prediction
|
49 |
salary_in_usd = str(round(float(result),2))
|
50 |
+
st.success("Your predicted Data Science job salaries in USD is "+salary_in_usd)
|
51 |
|
52 |
if __name__ == "__main__":
|
53 |
main()
|