Added Placeholder text for AI Model Query
This commit is contained in:
parent
cc570f32d5
commit
edec524daf
|
@ -163,7 +163,7 @@ struct ContentView: View {
|
|||
}
|
||||
|
||||
Section(header: Text("Query for AI Model")){
|
||||
TextField("",text: $ques, onEditingChanged: {_ in self.config.question = self.ques}).modifier(ClearButton(text: $ques))
|
||||
TextField("Query for AI Model",text: $ques, onEditingChanged: {_ in self.config.question = self.ques}).modifier(ClearButton(text: $ques))
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue