vtrv.vls commited on
Commit
1692b33
·
1 Parent(s): 4d068a9

Simple app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def tab_arena():
15
  arena = gradio.Interface(fn=gen, inputs="text", outputs="text")
16
  arena.launch()
17
 
18
- with open("_test.md", "r") as f:
19
  TEST_MD = f.read()
20
 
21
 
 
15
  arena = gradio.Interface(fn=gen, inputs="text", outputs="text")
16
  arena.launch()
17
 
18
+ with open("test.md", "r") as f:
19
  TEST_MD = f.read()
20
 
21