Spaces:
Sleeping
Sleeping
fixing comma
Browse files
app.py
CHANGED
|
@@ -241,7 +241,7 @@ def nishauri(question: str, conversation_history: list[str]):
|
|
| 241 |
|
| 242 |
demo = gr.Interface(
|
| 243 |
title = "Nuru Chatbot Demo",
|
| 244 |
-
description="Enter a question and see the processed outputs in collapsible boxes."
|
| 245 |
fn=nishauri,
|
| 246 |
inputs=["text", gr.State(value=[])],
|
| 247 |
outputs=[
|
|
|
|
| 241 |
|
| 242 |
demo = gr.Interface(
|
| 243 |
title = "Nuru Chatbot Demo",
|
| 244 |
+
description="Enter a question and see the processed outputs in collapsible boxes.",
|
| 245 |
fn=nishauri,
|
| 246 |
inputs=["text", gr.State(value=[])],
|
| 247 |
outputs=[
|