Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
·
b22d8dd
1
Parent(s):
baaf1d6
Config based info to help users
Browse files
app.py
CHANGED
@@ -792,8 +792,7 @@ with gr.Blocks() as demo:
|
|
792 |
"media": []
|
793 |
},
|
794 |
}
|
795 |
-
}
|
796 |
-
"""
|
797 |
#Analyzing Game Configuration Metrics - was the thread name of where the
|
798 |
claude3_5_06072024configtips = """Example Config Development Tab - Claude 3.5 Sonnet as the LLM Assitant
|
799 |
|
@@ -1221,8 +1220,7 @@ Would you like me to elaborate on any of these ideas or show how to implement th
|
|
1221 |
"media": []
|
1222 |
},
|
1223 |
}
|
1224 |
-
}
|
1225 |
-
"""
|
1226 |
|
1227 |
with gr.Row():
|
1228 |
with gr.Column(scale=1):
|
|
|
792 |
"media": []
|
793 |
},
|
794 |
}
|
795 |
+
}"""
|
|
|
796 |
#Analyzing Game Configuration Metrics - was the thread name of where the
|
797 |
claude3_5_06072024configtips = """Example Config Development Tab - Claude 3.5 Sonnet as the LLM Assitant
|
798 |
|
|
|
1220 |
"media": []
|
1221 |
},
|
1222 |
}
|
1223 |
+
}"""
|
|
|
1224 |
|
1225 |
with gr.Row():
|
1226 |
with gr.Column(scale=1):
|