rknl commited on
Commit
f85adaf
·
verified ·
1 Parent(s): 128c7a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -161,10 +161,10 @@ with gr.Blocks() as demo:
161
  label="Comfy Virtual Assistant",
162
  type="messages",
163
  scale=1,
164
- suggestions = [
165
- {"text": "How much iphone cost?"},
166
- {"text": "What phone options do i have ?"}
167
- ],
168
  placeholder = PLACEHOLDER,
169
  )
170
  msg = gr.Textbox(label="Input Your Query")
 
161
  label="Comfy Virtual Assistant",
162
  type="messages",
163
  scale=1,
164
+ # suggestions = [
165
+ # {"text": "How much iphone cost?"},
166
+ # {"text": "What phone options do i have ?"}
167
+ # ],
168
  placeholder = PLACEHOLDER,
169
  )
170
  msg = gr.Textbox(label="Input Your Query")