Moritz Stephan commited on
Commit
a7154cb
·
1 Parent(s): 8188da7

switching to prod url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from typing import Optional, List, Tuple
6
  import gradio as gr
7
 
8
 
9
- ENDPOINT_URL = "https://austrian-code-wizard--metarlaif-web-dev.modal.run"
10
 
11
 
12
  def get_feedback_options() -> List[Tuple[str, str]]:
 
6
  import gradio as gr
7
 
8
 
9
+ ENDPOINT_URL = "https://austrian-code-wizard--metarlaif-web.modal.run"
10
 
11
 
12
  def get_feedback_options() -> List[Tuple[str, str]]: