shoom013 commited on
Commit
74b728e
·
verified ·
1 Parent(s): 91dc355

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,6 +52,6 @@ def rag(input_text, file):
52
  iface = gr.Interface(fn=rag, inputs=[gr.Textbox(label="Question", lines=6), gr.File()],
53
  outputs=[gr.Textbox(label="Result", lines=6)],
54
  title="Answer my question",
55
- description= "CoolChatBot"
56
  )
57
  iface.launch()
 
52
  iface = gr.Interface(fn=rag, inputs=[gr.Textbox(label="Question", lines=6), gr.File()],
53
  outputs=[gr.Textbox(label="Result", lines=6)],
54
  title="Answer my question",
55
+ description= "UChat"
56
  )
57
  iface.launch()