Spaces:
Running
Running
Update app.py
Browse files
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:
|