Pijush2023 commited on
Commit
fe3a5d0
·
verified ·
1 Parent(s): bc13b2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1089,7 +1089,7 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
1089
  news_output = gr.HTML(value=fetch_local_news())
1090
  events_output = gr.HTML(value=fetch_local_events())
1091
  # restaurant_output=gr.HTML(value=fetch_yelp_restaurants())
1092
- gr.Markdown("<h3>Hotel Search Results</h3>")
1093
  hotel_output = gr.HTML(value=fetch_and_display_hotels())
1094
 
1095
 
 
1089
  news_output = gr.HTML(value=fetch_local_news())
1090
  events_output = gr.HTML(value=fetch_local_events())
1091
  # restaurant_output=gr.HTML(value=fetch_yelp_restaurants())
1092
+
1093
  hotel_output = gr.HTML(value=fetch_and_display_hotels())
1094
 
1095