YoniFriedman commited on
Commit
5ee47d3
·
verified ·
1 Parent(s): a0630d4

fixing comma

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