twimbit-ai commited on
Commit
cb3a793
·
verified ·
1 Parent(s): ab5be59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,8 +98,8 @@ Information for reference:
98
  yield partial_message
99
 
100
  print(f"Question:- {message}")
101
- print(f"Answer:- {partial_message}")
102
- print(' ')
103
 
104
  n_web_search = gr.Slider(1, 10, value=3, step=1, label="Web searches",
105
  info="Choose between 1 and 10 number of web searches to do. Remember more the web searches more it will take time to reply.")
 
98
  yield partial_message
99
 
100
  print(f"Question:- {message}")
101
+ print(f"Answer:- {' '.joint(partial_message.split())}")
102
+ print('===========================================================================')
103
 
104
  n_web_search = gr.Slider(1, 10, value=3, step=1, label="Web searches",
105
  info="Choose between 1 and 10 number of web searches to do. Remember more the web searches more it will take time to reply.")