noorulamean444 commited on
Commit
a36d11d
·
verified ·
1 Parent(s): 7be4c18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def chat(message,history):
121
 
122
 
123
  # return formatted_assistant_msg
124
- return '\n'.join(top_5_cells)
125
 
126
  demo = gr.ChatInterface(chat, multimodal=True)
127
 
 
121
 
122
 
123
  # return formatted_assistant_msg
124
+ return '\n'.join(top_7_cells)
125
 
126
  demo = gr.ChatInterface(chat, multimodal=True)
127