Spaces:
Build error
Build error
Commit ·
fa07c48
1
Parent(s): 3215b4e
Update app.py
Browse files
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=
|
| 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 |
|