Commit
·
2e7be42
1
Parent(s):
8a4da40
links to article
Browse files
app.py
CHANGED
@@ -270,8 +270,8 @@ with gr.Blocks() as demo:
|
|
270 |
generate_btn.click(fn=predict_stock, inputs=[], outputs=[output_summary, output_table])
|
271 |
|
272 |
# External article link
|
273 |
-
gr.HTML("""<p style='margin-top: 20px;'><a href="https://prakashkota/
|
274 |
-
👉 Read the full article here</a></p>""")
|
275 |
|
276 |
# Disclaimer paragraph
|
277 |
gr.HTML("""
|
|
|
270 |
generate_btn.click(fn=predict_stock, inputs=[], outputs=[output_summary, output_table])
|
271 |
|
272 |
# External article link
|
273 |
+
gr.HTML("""<p style='margin-top: 20px;'><a href="https://prakashkota.com/2025/04/09/ai-ml-in-finance-how-a-lightweight-neural-network-forecasts-nvdas-next-stock-price-move/" target="_blank">
|
274 |
+
👉 Read the full article here - AI/ML in Finance: How a Lightweight Neural Network Forecasts NVDA’s Next Stock Price Move</a></p>""")
|
275 |
|
276 |
# Disclaimer paragraph
|
277 |
gr.HTML("""
|