uasername commited on
Commit
f6eabf8
·
verified ·
1 Parent(s): add46f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def gradio_search_jokes(word):
95
 
96
 
97
 
98
- Define the Gradio UI
99
  with gr.Blocks() as demo:
100
  gr.Markdown("### Dad Jokes Finder with AI & Text-to-Speech 🎙️")
101
 
 
95
 
96
 
97
 
98
+ #Define the Gradio UI
99
  with gr.Blocks() as demo:
100
  gr.Markdown("### Dad Jokes Finder with AI & Text-to-Speech 🎙️")
101