Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -133,11 +133,12 @@ def answer_question(question):
|
|
133 |
|
134 |
# Step 4: Create Gradio Interface
|
135 |
with gr.Blocks() as app:
|
136 |
-
|
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 |
-
|
|
|
|
|
|
|
141 |
|
142 |
# Section for 'About the College'
|
143 |
with gr.Row():
|
|
|
133 |
|
134 |
# Step 4: Create Gradio Interface
|
135 |
with gr.Blocks() as app:
|
136 |
+
gr.Image(value="college_logo.png", label="College Logo", elem_id="logo", interactive=False, show_download_button=False)
|
|
|
|
|
137 |
|
138 |
+
# Add other components like text, buttons, etc.
|
139 |
+
gr.Textbox(label="Ask about the college:")
|
140 |
+
gr.Button("Submit")
|
141 |
+
|
142 |
|
143 |
# Section for 'About the College'
|
144 |
with gr.Row():
|