guyar commited on
Commit
68e5019
1 Parent(s): 8023ada

fix: pointer to source code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ def interpret(*args):
175
  with gr.Blocks() as demo:
176
  gr.Markdown("""
177
  **Predict final faction score given the initial board setup 💰**: This model uses an lightgbm regression to make prediction.
178
- The [source code for this work is here](https://github.com/guyreading/terrabot/app.py).
179
  """)
180
  with gr.Row():
181
  with gr.Column():
 
175
  with gr.Blocks() as demo:
176
  gr.Markdown("""
177
  **Predict final faction score given the initial board setup 💰**: This model uses an lightgbm regression to make prediction.
178
+ The [source code for this work is here](https://github.com/guyreading/terrabot/blob/main/app.py).
179
  """)
180
  with gr.Row():
181
  with gr.Column():