Added Placeholder text for AI Model Query

This commit is contained in:
Navan Chauhan 2020-07-24 18:24:35 +05:30
parent cc570f32d5
commit edec524daf
1 changed files with 1 additions and 1 deletions

View File

@ -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))
}