shibanovp commited on
Commit
96a6b1e
1 Parent(s): f27ab79

chore: update blog link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ video = '<iframe width="560" height="315" src="https://www.youtube.com/embed/LuX
62
  with gr.Blocks(title=title) as demo:
63
  gr.Markdown(f"# {title}")
64
  gr.HTML(video)
65
- gr.Markdown("Blog post https://blog.experienced.dev")
66
  gr.Markdown(
67
  "You can get an API key [from OpenAI](https://platform.openai.com/account/api-keys)"
68
  )
 
62
  with gr.Blocks(title=title) as demo:
63
  gr.Markdown(f"# {title}")
64
  gr.HTML(video)
65
+ gr.Markdown("Blog post https://blog.experienced.dev/earnings-report-insights-programmer-decodes-alphabets-q1-2023-10-q-form/")
66
  gr.Markdown(
67
  "You can get an API key [from OpenAI](https://platform.openai.com/account/api-keys)"
68
  )