catchlui commited on
Commit
3657f9a
1 Parent(s): a6fa583

Update app.py

Browse files

change the predefined cities

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -46,9 +46,9 @@ with app:
46
  )
47
 
48
  radio_map = gr.Radio(
49
- value="granite",
50
- choices=["granite", "llma"],
51
- label="models",
52
  )
53
 
54
  query_validation_text = gr.Textbox(
 
46
  )
47
 
48
  radio_map = gr.Radio(
49
+ value="Kobe",
50
+ choices=["Kobe", "Tokyo"],
51
+ label="Location",
52
  )
53
 
54
  query_validation_text = gr.Textbox(