moazzamdev commited on
Commit
8a7a0ca
·
1 Parent(s): 8873df4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -92,15 +92,7 @@ def callback(contents: str, user: str, instance: pn.chat.ChatInterface):
92
  message = query_engine.query(contents)
93
  return message
94
 
95
- template.main.append(
96
-
97
- ChatInterface(
98
- callback=even_or_odd,
99
- user="User",
100
- avatar="🧑",
101
- callback_user="System",
102
- ),
103
- )
104
 
105
  # Display the app
106
  template.servable()
 
92
  message = query_engine.query(contents)
93
  return message
94
 
95
+
 
 
 
 
 
 
 
 
96
 
97
  # Display the app
98
  template.servable()