Sayed121 commited on
Commit
eb90c33
·
verified ·
1 Parent(s): 7c982a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ iface = gr.Interface(
143
  gr.TextArea(label="Answer"),
144
  title="Vinci 2.0 Using Groq Test",
145
  description="Hi I am Vinci, your interior design Assistant. Ask any question and select a model to get a response from the Groq chat model."
146
- gr.St0ate()
147
  ]
148
  )
149
 
 
143
  gr.TextArea(label="Answer"),
144
  title="Vinci 2.0 Using Groq Test",
145
  description="Hi I am Vinci, your interior design Assistant. Ask any question and select a model to get a response from the Groq chat model."
146
+ gr.State()
147
  ]
148
  )
149