Update app.py
Browse files
app.py
CHANGED
@@ -43,4 +43,4 @@ link = gr.Markdown("For more details, visit [Github](https://github.com/94etienn
|
|
43 |
footer = "Etienne NTAMBARA @AI_Engineer"
|
44 |
|
45 |
# Launch the interface
|
46 |
-
gr.Interface(fn=predict_price, inputs=inputs, outputs=
|
|
|
43 |
footer = "Etienne NTAMBARA @AI_Engineer"
|
44 |
|
45 |
# Launch the interface
|
46 |
+
gr.Interface(fn=predict_price, inputs=inputs, outputs=[outputs, link], title="Real Estate Price Prediction", article=footer).launch()
|