Musawir19 commited on
Commit
7215479
·
verified ·
1 Parent(s): df81d1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -134,7 +134,8 @@ def answer_question(question):
134
  # Step 4: Create Gradio Interface
135
  with gr.Blocks() as app:
136
  # Add logo at the top of the page
137
- gr.Image(value="college_logo.png", label="College Logo", elem_id="logo", interactive=False)
 
138
 
139
  gr.Markdown("<h1 style='text-align: center; color: blue;'>Government Boys Degree College Daulatpur</h1>")
140
 
 
134
  # Step 4: Create Gradio Interface
135
  with gr.Blocks() as app:
136
  # Add logo at the top of the page
137
+ # Add logo at the top of the page without download option
138
+ gr.Image(value="college_logo.png", label="College Logo", elem_id="logo", interactive=False, show_download_button=False)
139
 
140
  gr.Markdown("<h1 style='text-align: center; color: blue;'>Government Boys Degree College Daulatpur</h1>")
141