abigaildavis commited on
Commit
d5701f6
·
verified ·
1 Parent(s): 3d53893

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -117,7 +117,7 @@ welcome_message = """
117
 
118
  topics = """
119
  ###
120
- Collete wants to know what state you live in and what max tuition you would pay for college and will give you some colleges that are a good fit for you. She specializes in colleges in the DMV.
121
 
122
  A sample input is: I live in Virginia and I am looking for a college that has a max tuition of 50k.
123
 
@@ -130,7 +130,6 @@ topics = """
130
 
131
  # Setup the Gradio Blocks interface with custom layout components
132
  with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
133
- gr.Image("blue-header-3.jpeg", show_label = False, show_share_button = False, show_download_button = False, height = 200, width = 3000)
134
  gr.Markdown(welcome_message) # Display the formatted welcome message
135
  with gr.Row():
136
  with gr.Column():
 
117
 
118
  topics = """
119
  ###
120
+ Collete wants to know what features you value in a college and she will give you some colleges that are a good fit for you. She specializes in colleges in the DMV.
121
 
122
  A sample input is: I live in Virginia and I am looking for a college that has a max tuition of 50k.
123
 
 
130
 
131
  # Setup the Gradio Blocks interface with custom layout components
132
  with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
 
133
  gr.Markdown(welcome_message) # Display the formatted welcome message
134
  with gr.Row():
135
  with gr.Column():