Spaces:
Sleeping
Sleeping
Commit
·
2f6dbd5
1
Parent(s):
086dd5a
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def main():
|
|
10 |
st.session_state["generated_widget_id"] = None
|
11 |
|
12 |
st.title("Pbjs GPT2")
|
13 |
-
st.write("Enter some text like **bidderTimeout** and get a generated Prebid config output. Using **{** will generate a Prebid config from the begining.")
|
14 |
st.write("**Intended uses:** This model is intended to assist publishers in understanding and exploring how other publishers configure their Prebid settings. It can serve as a reference to gain insights into common configurations, best practices, and different approaches used by publishers across various domains. To learn more about the model go to: [pbjs_gpt2](https://huggingface.co/PeterBrendan/pbjs_gpt2). [Link to official Prebid Documentation on pbjs.setConfig](https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html)")
|
15 |
st.write("*Note:* The model does take some time to run")
|
16 |
|
|
|
10 |
st.session_state["generated_widget_id"] = None
|
11 |
|
12 |
st.title("Pbjs GPT2")
|
13 |
+
st.write("Enter some text like **bidderTimeout** and get a generated Prebid config output from that setting onward. Using **{** will generate a Prebid config from the begining.")
|
14 |
st.write("**Intended uses:** This model is intended to assist publishers in understanding and exploring how other publishers configure their Prebid settings. It can serve as a reference to gain insights into common configurations, best practices, and different approaches used by publishers across various domains. To learn more about the model go to: [pbjs_gpt2](https://huggingface.co/PeterBrendan/pbjs_gpt2). [Link to official Prebid Documentation on pbjs.setConfig](https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html)")
|
15 |
st.write("*Note:* The model does take some time to run")
|
16 |
|