Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ def create_interface():
|
|
| 148 |
|
| 149 |
return formatted_response, tool_info or "", f"Response time: {response_time}s"
|
| 150 |
|
| 151 |
-
with gr.Blocks(title="Real-time Fact Checker & News Agent") as demo:
|
| 152 |
gr.Markdown("# Real-time Fact Checker & News Agent")
|
| 153 |
gr.Markdown("Powered by Groq's Compound Models with Built-in Web Search")
|
| 154 |
|
|
|
|
| 148 |
|
| 149 |
return formatted_response, tool_info or "", f"Response time: {response_time}s"
|
| 150 |
|
| 151 |
+
with gr.Blocks(title="Real-time Fact Checker & News Agent", theme=gr.themes.Ocean()) as demo:
|
| 152 |
gr.Markdown("# Real-time Fact Checker & News Agent")
|
| 153 |
gr.Markdown("Powered by Groq's Compound Models with Built-in Web Search")
|
| 154 |
|