fsaglam2002 commited on
Commit
4ea0b70
·
verified ·
1 Parent(s): c279e3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -12,10 +12,3 @@ def answer_question(question, context):
12
  return response
13
 
14
  grad.Interface(answer_question, inputs=["text", "text"], outputs="text").launch()
15
-
16
- text = grad.inputs.Textbox(placeholder="Lets chat together")
17
- grad.Interface (fn=converse,
18
- theme="default",
19
- inputs=[text, "state"],
20
- outputs=["html", "state"],
21
- css=css).launch()
 
12
  return response
13
 
14
  grad.Interface(answer_question, inputs=["text", "text"], outputs="text").launch()