MohammedNasser commited on
Commit
b56c065
1 Parent(s): a3e35f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -54,8 +54,8 @@ The assistant uses a fine-tuned transformer-based model specialized in Arabic qu
54
 
55
  ### Clone the repository
56
  ```bash
57
- git clone https://github.com/your-repository/arabic-pdf-chat-assistant.git
58
- cd arabic-pdf-chat-assistant
59
  ```
60
 
61
  ### Install dependencies
@@ -114,7 +114,7 @@ def chat(user_input):
114
 
115
  with gr.Blocks() as demo:
116
  with gr.Row():
117
- gr.Image("logo.png", label="Company Logo") # Display company logo
118
  with gr.Row():
119
  pdf_input = gr.File(label="اختر ملف PDF")
120
  with gr.Row():
 
54
 
55
  ### Clone the repository
56
  ```bash
57
+ git clone https://huggingface.co/spaces/MohammedNasser/Arabic-PDF-Chat
58
+ cd Arabic-PDF-Chat
59
  ```
60
 
61
  ### Install dependencies
 
114
 
115
  with gr.Blocks() as demo:
116
  with gr.Row():
117
+ gr.Image("logo.png") # Display company logo
118
  with gr.Row():
119
  pdf_input = gr.File(label="اختر ملف PDF")
120
  with gr.Row():