SIVAPRASATH commited on
Commit
fa07c48
1 Parent(s): 3215b4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ table = table.astype(str)
8
  def input_query(Type_your_query_here):
9
  return (tqa(table=table,query=Type_your_query_here)['answer'])
10
 
11
- iface = gr.Interface(fn=Type_your_query_here,inputs="text",outputs="text", title = "Siva's Assistant",description="My assistant will answer the queries related to our section's Faculty Name,Faculty Mobile Number,Faculity Cabin Number,Classroom Number,Timetable of the class for each subject")
12
 
13
  iface.launch()
14
 
 
8
  def input_query(Type_your_query_here):
9
  return (tqa(table=table,query=Type_your_query_here)['answer'])
10
 
11
+ iface = gr.Interface(fn=input_query,inputs="text",outputs="text", title = "Siva's Assistant",description="My assistant will answer the queries related to our section's Faculty Name,Faculty Mobile Number,Faculity Cabin Number,Classroom Number,Timetable of the class for each subject")
12
 
13
  iface.launch()
14