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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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
- # 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
 
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():