diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-24 18:24:35 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-24 18:24:35 +0530 |
commit | edec524daf6b63c04a610ab0103f1ff53784d1f3 (patch) | |
tree | 3e0cef4cde51690662dcf6b41191652449cf6a6d | |
parent | cc570f32d517d507db279c3d530efd8bfd7f62bf (diff) |
Added Placeholder text for AI Model Queryv0.1
-rw-r--r-- | Qrious/ContentView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Qrious/ContentView.swift b/Qrious/ContentView.swift index f884e7f..120cd4e 100644 --- a/Qrious/ContentView.swift +++ b/Qrious/ContentView.swift @@ -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)) } |