Skip to content

Commit 1a990bd

Browse files
Update PhotoReasoningScreen.kt
1 parent 45f8caf commit 1a990bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/kotlin/com/google/ai/sample/feature/multimodal/PhotoReasoningScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ fun DatabaseListPopup(
732732
verticalAlignment = Alignment.CenterVertically,
733733
horizontalArrangement = Arrangement.End
734734
) {
735-
Text("Add a new system message guide", color = Color.Black.copy(alpha = 0.6f), style = MaterialTheme.typography.bodyMedium, modifier = Modifier.weight(1f))
735+
Text("This is also sent to the AI", color = Color.Black.copy(alpha = 0.6f), style = MaterialTheme.typography.bodyMedium, modifier = Modifier.weight(1f))
736736
Button(onClick = onNewClicked, colors = ButtonDefaults.buttonColors(containerColor = MaterialTheme.colorScheme.primary), modifier = Modifier.padding(start = 8.dp)) {
737737
Text("New")
738738
}

0 commit comments

Comments
 (0)