Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
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 |
|