Skip to content

Commit

Permalink
updated initla messsage
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol committed Jan 15, 2025
1 parent 5feb1f4 commit 751b50d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/lib/pages/chat_page.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../providers/api_provider.dart';
import '../widgets/button_row.dart'; // Import the ButtonRow widget
import '../widgets/button_row.dart';
import '../widgets/chat_bubble.dart';
import 'package:file_picker/file_picker.dart';
import 'dart:typed_data';

Expand Down

0 comments on commit 751b50d

Please sign in to comment.