Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ DESCRIPTION = """ # <center><b>PODGEN 📻</b></center>
|
|
99 |
### <center>Generate a podcast on any topic</center>
|
100 |
### <center>Use the Power of llms to understand any topic better</center>
|
101 |
"""
|
102 |
-
with gr.Blocks(css="#important{display: none;}") as demo:
|
103 |
gr.Markdown(DESCRIPTION)
|
104 |
with gr.Row():
|
105 |
input = gr.Textbox(label="Topic", placeholder="Enter a topic")
|
|
|
99 |
### <center>Generate a podcast on any topic</center>
|
100 |
### <center>Use the Power of llms to understand any topic better</center>
|
101 |
"""
|
102 |
+
with gr.Blocks(theme=gr.themes.Soft(),css="#important{display: none;}") as demo:
|
103 |
gr.Markdown(DESCRIPTION)
|
104 |
with gr.Row():
|
105 |
input = gr.Textbox(label="Topic", placeholder="Enter a topic")
|