killerz3 commited on
Commit
90e92cf
1 Parent(s): 8b6d0c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")