teaevo commited on
Commit
a860532
·
1 Parent(s): 9ae80e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -10
app.py CHANGED
@@ -125,17 +125,9 @@ def sqlquery(input):
125
  chat_interface = gr.Interface(
126
  fn=chatbot_interface,
127
  inputs=["text", "text"],
128
- outputs="text",
129
  live=True,
130
- '''
131
- fn=predict,
132
- theme="default",
133
- css=".footer {display:none !important}",
134
- inputs=["text", "state"],
135
- outputs="text", #["chatbot", "state"],
136
- title="ST Chatbot",
137
- description="Type your message in the box above, and the chatbot will respond.",
138
- '''
139
  )
140
 
141
  sql_interface = gr.Interface(
 
125
  chat_interface = gr.Interface(
126
  fn=chatbot_interface,
127
  inputs=["text", "text"],
128
+ outputs=["text"],
129
  live=True,
130
+
 
 
 
 
 
 
 
 
131
  )
132
 
133
  sql_interface = gr.Interface(