1
00:00:03,830 --> 00:00:14,150
In this level two application, we you are going to learn how to, uh, build this, uh, a very simple

2
00:00:14,150 --> 00:00:18,050
prototype where we have another rack application.

3
00:00:18,050 --> 00:00:28,010
But in this case we are asking from a CSV file, and instead of asking the user to load the CSV file,

4
00:00:28,010 --> 00:00:33,290
we are going to store the CSV file in our, uh, back end.

5
00:00:33,290 --> 00:00:33,980
Okay.

6
00:00:34,430 --> 00:00:37,880
So this is a CSV file we already know.

7
00:00:38,090 --> 00:00:41,360
Uh, you will find it in the in the GitHub repository.

8
00:00:41,360 --> 00:00:47,960
This is a CSV file with some information about Napoleon Bonaparte, the historic figure.

9
00:00:47,960 --> 00:00:50,810
And once we enter our.

10
00:00:52,000 --> 00:00:55,990
Open AI key, we will be able to enter a question.

11
00:00:55,990 --> 00:01:03,610
In this case, we are going to enter a question that we know, uh, uh, it is included in this CSV

12
00:01:03,610 --> 00:01:04,030
file.

13
00:01:04,030 --> 00:01:04,330
Okay.

14
00:01:04,330 --> 00:01:12,550
So the question would be what was the name of the wife?

15
00:01:13,770 --> 00:01:15,390
Of Napoleon.

16
00:01:16,550 --> 00:01:17,180
Okay.

17
00:01:17,180 --> 00:01:23,090
We press enter and then the application is going to find the answer in the CSV file.

18
00:01:23,090 --> 00:01:23,600
Okay.

19
00:01:23,600 --> 00:01:27,200
Very simple application for a RAC.

20
00:01:27,200 --> 00:01:30,320
Very simple interface for a drag application.

21
00:01:31,080 --> 00:01:39,720
And if you take a look at the code, you will see that apart from the two main files, we now have a

22
00:01:39,720 --> 00:01:43,080
CSV file and a small folder here.

23
00:01:43,080 --> 00:01:43,770
Okay.

24
00:01:43,830 --> 00:01:51,060
If you go to the requirements text, you see that we are using files in this application.

25
00:01:51,810 --> 00:02:00,150
And if you go to the Main.py application file, you will see a code that you are already familiar with.

26
00:02:00,150 --> 00:02:07,020
Because in the level one application block, you have already practiced with most of these.

27
00:02:07,020 --> 00:02:07,770
Okay.

28
00:02:07,770 --> 00:02:17,250
And what you see here, the functions, the Streamlit elements, etc. are also a things that you know.

29
00:02:17,250 --> 00:02:24,270
So download this code, execute this code in your computer, repeat this code yourself.

30
00:02:24,450 --> 00:02:26,100
Uh learn it.

31
00:02:26,160 --> 00:02:26,880
Uh.

32
00:02:26,880 --> 00:02:34,590
Whenever you find a question or a doubt, ask GPT extremely documentation, etc. etc. and experiment.

33
00:02:35,130 --> 00:02:39,900
Change things, break things, make mistakes, learn from it.

34
00:02:39,900 --> 00:02:41,100
And one.

35
00:02:41,220 --> 00:02:46,950
Once you are comfortable with this application and only then you go to the next.

