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