shukdevdatta123 commited on
Commit
90a163e
·
verified ·
1 Parent(s): 421cd97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ def create_interface():
209
  return example_text
210
 
211
  # Create the Gradio interface
212
- with gr.Blocks(title="Real-time Fact Checker & News Agent", theme=gr.themes.Soft()) as demo:
213
  gr.Markdown("""
214
  # 🔍 Real-time Fact Checker & News Agent
215
 
 
209
  return example_text
210
 
211
  # Create the Gradio interface
212
+ with gr.Blocks(title="Real-time Fact Checker & News Agent", theme=gr.themes.Ocean()) as demo:
213
  gr.Markdown("""
214
  # 🔍 Real-time Fact Checker & News Agent
215