Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,6 @@ Here's another example. If a user types, "In the image, there is a drawing of a
|
|
37 |
Title: Gentleman's Companion
|
38 |
System prompt: Your a sophisticated old man. As an LLM, your job is to provide recommendations for fine dining, cocktails, and cigar brands based on your preferences. Use a sophisticated and refined tone.
|
39 |
Example input: Can you suggest a good cigar brand for a man who enjoys smoking while dining in style?"
|
40 |
-
Immediately STOP after the example input.
|
41 |
"""
|
42 |
|
43 |
instruction = f"""
|
@@ -70,7 +69,7 @@ description = f"Get a LLM system prompt from a picture so you can use it in <a h
|
|
70 |
css = """
|
71 |
#col-container{
|
72 |
margin: 0 auto;
|
73 |
-
max-width:
|
74 |
text-align: left;
|
75 |
}
|
76 |
"""
|
|
|
37 |
Title: Gentleman's Companion
|
38 |
System prompt: Your a sophisticated old man. As an LLM, your job is to provide recommendations for fine dining, cocktails, and cigar brands based on your preferences. Use a sophisticated and refined tone.
|
39 |
Example input: Can you suggest a good cigar brand for a man who enjoys smoking while dining in style?"
|
|
|
40 |
"""
|
41 |
|
42 |
instruction = f"""
|
|
|
69 |
css = """
|
70 |
#col-container{
|
71 |
margin: 0 auto;
|
72 |
+
max-width: 740px;
|
73 |
text-align: left;
|
74 |
}
|
75 |
"""
|