Kajise Org commited on
Commit
7966397
1 Parent(s): 4486ad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,7 +49,7 @@ def search_ddg(question: str):
49
  continue
50
 
51
  for element in results:
52
- output_string += element + '\n'
53
 
54
  return output_string
55
 
@@ -130,7 +130,7 @@ with gr.Blocks(theme=custom_theme, analytics_enabled=False, css=css) as demo:
130
  """ ## GPT4ALL
131
 
132
  7b quantized 4bit (q4_0)
133
- *with possibly a broken internet access support*
134
 
135
  Type in the box below and click the button to generate answers to your most pressing questions!
136
 
 
49
  continue
50
 
51
  for element in results:
52
+ output_string += element + '\n\n'
53
 
54
  return output_string
55
 
 
130
  """ ## GPT4ALL
131
 
132
  7b quantized 4bit (q4_0)
133
+ with internet access (well, it works. sorta)
134
 
135
  Type in the box below and click the button to generate answers to your most pressing questions!
136