shukdevdattaEX commited on
Commit
239d62b
·
verified ·
1 Parent(s): c17a276

Update app.py

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