Spaces:
Runtime error
Runtime error
Update Main.py
Browse filestext that it's work in progress and English translation for the initial prompt
Main.py
CHANGED
@@ -17,13 +17,13 @@ def app():
|
|
17 |
if api_key:
|
18 |
|
19 |
# Setting up the Title
|
20 |
-
st.title("
|
21 |
|
22 |
# st.write("---")
|
23 |
|
24 |
-
s_example = "
|
25 |
input = st.text_area(
|
26 |
-
"Use
|
27 |
value=s_example,
|
28 |
max_chars=1250,
|
29 |
height=50,
|
|
|
17 |
if api_key:
|
18 |
|
19 |
# Setting up the Title
|
20 |
+
st.title("Stockfish fen to GPT-3 strong move explination coach (currently not working)")
|
21 |
|
22 |
# st.write("---")
|
23 |
|
24 |
+
s_example = "I will input chess fen strings and you reply back with the top three moves I should do next and why I should do each move. you also should evaluate my opponents play r2qnrk1/1p1bbppp/p1np4/2p2p2/P1B1P3/2NP1NQ1/1PP3PP/R1B2RK1 w - - 0 12"
|
25 |
input = st.text_area(
|
26 |
+
"Use the example below or write your own text",
|
27 |
value=s_example,
|
28 |
max_chars=1250,
|
29 |
height=50,
|