Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
from
|
| 3 |
|
| 4 |
app = gr.ChatInterface(nodexlSearch,
|
| 5 |
chatbot=gr.Chatbot(height=400,render_markdown=True,editable=True),
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
from nodexl import nodexlSearch
|
| 3 |
|
| 4 |
app = gr.ChatInterface(nodexlSearch,
|
| 5 |
chatbot=gr.Chatbot(height=400,render_markdown=True,editable=True),
|