Jonas Bechthold commited on
Commit
251c1ea
·
1 Parent(s): b3cf1f1
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -26,6 +26,8 @@ st.markdown("""
26
  - "room_type": "Entire home/apt"
27
 
28
  The result should be 268 dollar!
 
 
29
  """)
30
 
31
  def get_user_input():
@@ -71,7 +73,7 @@ if submit_button:
71
 
72
  # Display the prediction
73
  st.header("Predicted Airbnb price")
74
- st.write(f"the prediction is {prediction_value:.2f} dollar!)
75
 
76
  st.markdown(
77
  """
 
26
  - "room_type": "Entire home/apt"
27
 
28
  The result should be 268 dollar!
29
+
30
+ Tutorial how to build this kind of app: [Link](https://medium.com/latinxinai/how-i-deployed-a-machine-learning-model-for-the-first-time-b82b9ea831e0)
31
  """)
32
 
33
  def get_user_input():
 
73
 
74
  # Display the prediction
75
  st.header("Predicted Airbnb price")
76
+ st.write(f"the prediction is {prediction_value:.2f} dollar!")
77
 
78
  st.markdown(
79
  """