From 4015196465f6454521124f54fb800be10d467e81 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Thu, 19 Oct 2023 10:24:45 -0700 Subject: [PATCH] Update gradio-lite.md Co-authored-by: Omar Sanseviero --- gradio-lite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradio-lite.md b/gradio-lite.md index 3e561feac9..839caafe33 100644 --- a/gradio-lite.md +++ b/gradio-lite.md @@ -28,7 +28,7 @@ Let's build a "Hello World" Gradio app in `@gradio/lite` ### 1. Import JS and CSS -Start by creating a new HTML file, if you don't have one already. Importing the Javascript and CSS corresponding to the `@gradio/lite` package by using the following code: +Start by creating a new HTML file, if you don't have one already. Importing the JavaScript and CSS corresponding to the `@gradio/lite` package by using the following code: ```html