bpHigh commited on
Commit
b968b38
1 Parent(s): 474d389

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -11,6 +11,8 @@ import pandas as pd
11
  import openai
12
  import os
13
  from display_json import get_podcast
 
 
14
 
15
 
16
  with gr.Blocks(theme='bethecloud/storj_theme') as demo:
 
11
  import openai
12
  import os
13
  from display_json import get_podcast
14
+ from invoke_rss import get_rss_output
15
+
16
 
17
 
18
  with gr.Blocks(theme='bethecloud/storj_theme') as demo: