crcdng
commited on
Commit
·
407ea66
1
Parent(s):
540f99b
attempt fix gradio update
Browse files
app.py
CHANGED
|
@@ -194,7 +194,8 @@ class MCPClientWrapper:
|
|
| 194 |
client = MCPClientWrapper()
|
| 195 |
|
| 196 |
def gradio_interface():
|
| 197 |
-
with gr.Blocks(title="MCP Doomsweek Assistant",
|
|
|
|
| 198 |
|
| 199 |
title_html = """
|
| 200 |
<style>
|
|
|
|
| 194 |
client = MCPClientWrapper()
|
| 195 |
|
| 196 |
def gradio_interface():
|
| 197 |
+
with gr.Blocks(title="MCP Doomsweek Assistant",) as demo:
|
| 198 |
+
demo.css="styles.css"
|
| 199 |
|
| 200 |
title_html = """
|
| 201 |
<style>
|