chen commited on
Commit
8219d66
·
verified ·
1 Parent(s): 53ea7e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -220,7 +220,7 @@ def process_rep_file(file):
220
 
221
  # Gradio Interface
222
  def create_gradio_interface():
223
- with gr.Blocks(title="EEW REP File Map Viewer", theme=gr.themes.Soft()) as interface:
224
  gr.Markdown("""
225
  # 🌍 Earthquake EEW Report Map Viewer
226
 
@@ -275,5 +275,6 @@ if __name__ == "__main__":
275
  interface.launch(
276
  server_name="0.0.0.0",
277
  server_port=7860,
278
- show_error=True
 
279
  )
 
220
 
221
  # Gradio Interface
222
  def create_gradio_interface():
223
+ with gr.Blocks(title="EEW REP File Map Viewer") as interface:
224
  gr.Markdown("""
225
  # 🌍 Earthquake EEW Report Map Viewer
226
 
 
275
  interface.launch(
276
  server_name="0.0.0.0",
277
  server_port=7860,
278
+ show_error=True,
279
+ theme=gr.themes.Soft()
280
  )